117 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* SDM660 interconnect IDs */3 4#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDM660_H5#define __DT_BINDINGS_INTERCONNECT_QCOM_SDM660_H6 7/* A2NOC */8#define MASTER_IPA 09#define MASTER_CNOC_A2NOC 110#define MASTER_SDCC_1 211#define MASTER_SDCC_2 312#define MASTER_BLSP_1 413#define MASTER_BLSP_2 514#define MASTER_UFS 615#define MASTER_USB_HS 716#define MASTER_USB3 817#define MASTER_CRYPTO_C0 918#define SLAVE_A2NOC_SNOC 1019 20/* BIMC */21#define MASTER_GNOC_BIMC 022#define MASTER_OXILI 123#define MASTER_MNOC_BIMC 224#define MASTER_SNOC_BIMC 325#define MASTER_PIMEM 426#define SLAVE_EBI 527#define SLAVE_HMSS_L3 628#define SLAVE_BIMC_SNOC 729 30/* CNOC */31#define MASTER_SNOC_CNOC 032#define MASTER_QDSS_DAP 133#define SLAVE_CNOC_A2NOC 234#define SLAVE_MPM 335#define SLAVE_PMIC_ARB 436#define SLAVE_TLMM_NORTH 537#define SLAVE_TCSR 638#define SLAVE_PIMEM_CFG 739#define SLAVE_IMEM_CFG 840#define SLAVE_MESSAGE_RAM 941#define SLAVE_GLM 1042#define SLAVE_BIMC_CFG 1143#define SLAVE_PRNG 1244#define SLAVE_SPDM 1345#define SLAVE_QDSS_CFG 1446#define SLAVE_CNOC_MNOC_CFG 1547#define SLAVE_SNOC_CFG 1648#define SLAVE_QM_CFG 1749#define SLAVE_CLK_CTL 1850#define SLAVE_MSS_CFG 1951#define SLAVE_TLMM_SOUTH 2052#define SLAVE_UFS_CFG 2153#define SLAVE_A2NOC_CFG 2254#define SLAVE_A2NOC_SMMU_CFG 2355#define SLAVE_GPUSS_CFG 2456#define SLAVE_AHB2PHY 2557#define SLAVE_BLSP_1 2658#define SLAVE_SDCC_1 2759#define SLAVE_SDCC_2 2860#define SLAVE_TLMM_CENTER 2961#define SLAVE_BLSP_2 3062#define SLAVE_PDM 3163#define SLAVE_CNOC_MNOC_MMSS_CFG 3264#define SLAVE_USB_HS 3365#define SLAVE_USB3_0 3466#define SLAVE_SRVC_CNOC 3567 68/* GNOC */69#define MASTER_APSS_PROC 070#define SLAVE_GNOC_BIMC 171#define SLAVE_GNOC_SNOC 272 73/* MNOC */74#define MASTER_CPP 075#define MASTER_JPEG 176#define MASTER_MDP_P0 277#define MASTER_MDP_P1 378#define MASTER_VENUS 479#define MASTER_VFE 580#define SLAVE_MNOC_BIMC 681#define MASTER_CNOC_MNOC_MMSS_CFG 782#define MASTER_CNOC_MNOC_CFG 883#define SLAVE_CAMERA_CFG 984#define SLAVE_CAMERA_THROTTLE_CFG 1085#define SLAVE_MISC_CFG 1186#define SLAVE_VENUS_THROTTLE_CFG 1287#define SLAVE_VENUS_CFG 1388#define SLAVE_MMSS_CLK_XPU_CFG 1489#define SLAVE_MMSS_CLK_CFG 1590#define SLAVE_MNOC_MPU_CFG 1691#define SLAVE_DISPLAY_CFG 1792#define SLAVE_CSI_PHY_CFG 1893#define SLAVE_DISPLAY_THROTTLE_CFG 1994#define SLAVE_SMMU_CFG 2095#define SLAVE_SRVC_MNOC 2196 97/* SNOC */98#define MASTER_QDSS_ETR 099#define MASTER_QDSS_BAM 1100#define MASTER_SNOC_CFG 2101#define MASTER_BIMC_SNOC 3102#define MASTER_A2NOC_SNOC 4103#define MASTER_GNOC_SNOC 5104#define SLAVE_HMSS 6105#define SLAVE_LPASS 7106#define SLAVE_WLAN 8107#define SLAVE_CDSP 9108#define SLAVE_IPA 10109#define SLAVE_SNOC_BIMC 11110#define SLAVE_SNOC_CNOC 12111#define SLAVE_IMEM 13112#define SLAVE_PIMEM 14113#define SLAVE_QDSS_STM 15114#define SLAVE_SRVC_SNOC 16115 116#endif117