162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* SDM660 interconnect IDs */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDM660_H 562306a36Sopenharmony_ci#define __DT_BINDINGS_INTERCONNECT_QCOM_SDM660_H 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci/* A2NOC */ 862306a36Sopenharmony_ci#define MASTER_IPA 0 962306a36Sopenharmony_ci#define MASTER_CNOC_A2NOC 1 1062306a36Sopenharmony_ci#define MASTER_SDCC_1 2 1162306a36Sopenharmony_ci#define MASTER_SDCC_2 3 1262306a36Sopenharmony_ci#define MASTER_BLSP_1 4 1362306a36Sopenharmony_ci#define MASTER_BLSP_2 5 1462306a36Sopenharmony_ci#define MASTER_UFS 6 1562306a36Sopenharmony_ci#define MASTER_USB_HS 7 1662306a36Sopenharmony_ci#define MASTER_USB3 8 1762306a36Sopenharmony_ci#define MASTER_CRYPTO_C0 9 1862306a36Sopenharmony_ci#define SLAVE_A2NOC_SNOC 10 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci/* BIMC */ 2162306a36Sopenharmony_ci#define MASTER_GNOC_BIMC 0 2262306a36Sopenharmony_ci#define MASTER_OXILI 1 2362306a36Sopenharmony_ci#define MASTER_MNOC_BIMC 2 2462306a36Sopenharmony_ci#define MASTER_SNOC_BIMC 3 2562306a36Sopenharmony_ci#define MASTER_PIMEM 4 2662306a36Sopenharmony_ci#define SLAVE_EBI 5 2762306a36Sopenharmony_ci#define SLAVE_HMSS_L3 6 2862306a36Sopenharmony_ci#define SLAVE_BIMC_SNOC 7 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ci/* CNOC */ 3162306a36Sopenharmony_ci#define MASTER_SNOC_CNOC 0 3262306a36Sopenharmony_ci#define MASTER_QDSS_DAP 1 3362306a36Sopenharmony_ci#define SLAVE_CNOC_A2NOC 2 3462306a36Sopenharmony_ci#define SLAVE_MPM 3 3562306a36Sopenharmony_ci#define SLAVE_PMIC_ARB 4 3662306a36Sopenharmony_ci#define SLAVE_TLMM_NORTH 5 3762306a36Sopenharmony_ci#define SLAVE_TCSR 6 3862306a36Sopenharmony_ci#define SLAVE_PIMEM_CFG 7 3962306a36Sopenharmony_ci#define SLAVE_IMEM_CFG 8 4062306a36Sopenharmony_ci#define SLAVE_MESSAGE_RAM 9 4162306a36Sopenharmony_ci#define SLAVE_GLM 10 4262306a36Sopenharmony_ci#define SLAVE_BIMC_CFG 11 4362306a36Sopenharmony_ci#define SLAVE_PRNG 12 4462306a36Sopenharmony_ci#define SLAVE_SPDM 13 4562306a36Sopenharmony_ci#define SLAVE_QDSS_CFG 14 4662306a36Sopenharmony_ci#define SLAVE_CNOC_MNOC_CFG 15 4762306a36Sopenharmony_ci#define SLAVE_SNOC_CFG 16 4862306a36Sopenharmony_ci#define SLAVE_QM_CFG 17 4962306a36Sopenharmony_ci#define SLAVE_CLK_CTL 18 5062306a36Sopenharmony_ci#define SLAVE_MSS_CFG 19 5162306a36Sopenharmony_ci#define SLAVE_TLMM_SOUTH 20 5262306a36Sopenharmony_ci#define SLAVE_UFS_CFG 21 5362306a36Sopenharmony_ci#define SLAVE_A2NOC_CFG 22 5462306a36Sopenharmony_ci#define SLAVE_A2NOC_SMMU_CFG 23 5562306a36Sopenharmony_ci#define SLAVE_GPUSS_CFG 24 5662306a36Sopenharmony_ci#define SLAVE_AHB2PHY 25 5762306a36Sopenharmony_ci#define SLAVE_BLSP_1 26 5862306a36Sopenharmony_ci#define SLAVE_SDCC_1 27 5962306a36Sopenharmony_ci#define SLAVE_SDCC_2 28 6062306a36Sopenharmony_ci#define SLAVE_TLMM_CENTER 29 6162306a36Sopenharmony_ci#define SLAVE_BLSP_2 30 6262306a36Sopenharmony_ci#define SLAVE_PDM 31 6362306a36Sopenharmony_ci#define SLAVE_CNOC_MNOC_MMSS_CFG 32 6462306a36Sopenharmony_ci#define SLAVE_USB_HS 33 6562306a36Sopenharmony_ci#define SLAVE_USB3_0 34 6662306a36Sopenharmony_ci#define SLAVE_SRVC_CNOC 35 6762306a36Sopenharmony_ci 6862306a36Sopenharmony_ci/* GNOC */ 6962306a36Sopenharmony_ci#define MASTER_APSS_PROC 0 7062306a36Sopenharmony_ci#define SLAVE_GNOC_BIMC 1 7162306a36Sopenharmony_ci#define SLAVE_GNOC_SNOC 2 7262306a36Sopenharmony_ci 7362306a36Sopenharmony_ci/* MNOC */ 7462306a36Sopenharmony_ci#define MASTER_CPP 0 7562306a36Sopenharmony_ci#define MASTER_JPEG 1 7662306a36Sopenharmony_ci#define MASTER_MDP_P0 2 7762306a36Sopenharmony_ci#define MASTER_MDP_P1 3 7862306a36Sopenharmony_ci#define MASTER_VENUS 4 7962306a36Sopenharmony_ci#define MASTER_VFE 5 8062306a36Sopenharmony_ci#define SLAVE_MNOC_BIMC 6 8162306a36Sopenharmony_ci#define MASTER_CNOC_MNOC_MMSS_CFG 7 8262306a36Sopenharmony_ci#define MASTER_CNOC_MNOC_CFG 8 8362306a36Sopenharmony_ci#define SLAVE_CAMERA_CFG 9 8462306a36Sopenharmony_ci#define SLAVE_CAMERA_THROTTLE_CFG 10 8562306a36Sopenharmony_ci#define SLAVE_MISC_CFG 11 8662306a36Sopenharmony_ci#define SLAVE_VENUS_THROTTLE_CFG 12 8762306a36Sopenharmony_ci#define SLAVE_VENUS_CFG 13 8862306a36Sopenharmony_ci#define SLAVE_MMSS_CLK_XPU_CFG 14 8962306a36Sopenharmony_ci#define SLAVE_MMSS_CLK_CFG 15 9062306a36Sopenharmony_ci#define SLAVE_MNOC_MPU_CFG 16 9162306a36Sopenharmony_ci#define SLAVE_DISPLAY_CFG 17 9262306a36Sopenharmony_ci#define SLAVE_CSI_PHY_CFG 18 9362306a36Sopenharmony_ci#define SLAVE_DISPLAY_THROTTLE_CFG 19 9462306a36Sopenharmony_ci#define SLAVE_SMMU_CFG 20 9562306a36Sopenharmony_ci#define SLAVE_SRVC_MNOC 21 9662306a36Sopenharmony_ci 9762306a36Sopenharmony_ci/* SNOC */ 9862306a36Sopenharmony_ci#define MASTER_QDSS_ETR 0 9962306a36Sopenharmony_ci#define MASTER_QDSS_BAM 1 10062306a36Sopenharmony_ci#define MASTER_SNOC_CFG 2 10162306a36Sopenharmony_ci#define MASTER_BIMC_SNOC 3 10262306a36Sopenharmony_ci#define MASTER_A2NOC_SNOC 4 10362306a36Sopenharmony_ci#define MASTER_GNOC_SNOC 5 10462306a36Sopenharmony_ci#define SLAVE_HMSS 6 10562306a36Sopenharmony_ci#define SLAVE_LPASS 7 10662306a36Sopenharmony_ci#define SLAVE_WLAN 8 10762306a36Sopenharmony_ci#define SLAVE_CDSP 9 10862306a36Sopenharmony_ci#define SLAVE_IPA 10 10962306a36Sopenharmony_ci#define SLAVE_SNOC_BIMC 11 11062306a36Sopenharmony_ci#define SLAVE_SNOC_CNOC 12 11162306a36Sopenharmony_ci#define SLAVE_IMEM 13 11262306a36Sopenharmony_ci#define SLAVE_PIMEM 14 11362306a36Sopenharmony_ci#define SLAVE_QDSS_STM 15 11462306a36Sopenharmony_ci#define SLAVE_SRVC_SNOC 16 11562306a36Sopenharmony_ci 11662306a36Sopenharmony_ci#endif 117