1*b2d2a78aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*b2d2a78aSEmmanuel Vadot /* 3*b2d2a78aSEmmanuel Vadot * Qualcomm MSM8976 interconnect IDs 4*b2d2a78aSEmmanuel Vadot */ 5*b2d2a78aSEmmanuel Vadot 6*b2d2a78aSEmmanuel Vadot #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8976_H 7*b2d2a78aSEmmanuel Vadot #define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8976_H 8*b2d2a78aSEmmanuel Vadot 9*b2d2a78aSEmmanuel Vadot /* BIMC fabric */ 10*b2d2a78aSEmmanuel Vadot #define MAS_APPS_PROC 0 11*b2d2a78aSEmmanuel Vadot #define MAS_SMMNOC_BIMC 1 12*b2d2a78aSEmmanuel Vadot #define MAS_SNOC_BIMC 2 13*b2d2a78aSEmmanuel Vadot #define MAS_TCU_0 3 14*b2d2a78aSEmmanuel Vadot #define SLV_EBI 4 15*b2d2a78aSEmmanuel Vadot #define SLV_BIMC_SNOC 5 16*b2d2a78aSEmmanuel Vadot 17*b2d2a78aSEmmanuel Vadot /* PCNOC fabric */ 18*b2d2a78aSEmmanuel Vadot #define MAS_USB_HS2 0 19*b2d2a78aSEmmanuel Vadot #define MAS_BLSP_1 1 20*b2d2a78aSEmmanuel Vadot #define MAS_USB_HS1 2 21*b2d2a78aSEmmanuel Vadot #define MAS_BLSP_2 3 22*b2d2a78aSEmmanuel Vadot #define MAS_CRYPTO 4 23*b2d2a78aSEmmanuel Vadot #define MAS_SDCC_1 5 24*b2d2a78aSEmmanuel Vadot #define MAS_SDCC_2 6 25*b2d2a78aSEmmanuel Vadot #define MAS_SDCC_3 7 26*b2d2a78aSEmmanuel Vadot #define MAS_SNOC_PCNOC 8 27*b2d2a78aSEmmanuel Vadot #define MAS_LPASS_AHB 9 28*b2d2a78aSEmmanuel Vadot #define MAS_SPDM 10 29*b2d2a78aSEmmanuel Vadot #define MAS_DEHR 11 30*b2d2a78aSEmmanuel Vadot #define MAS_XM_USB_HS1 12 31*b2d2a78aSEmmanuel Vadot #define PCNOC_M_0 13 32*b2d2a78aSEmmanuel Vadot #define PCNOC_M_1 14 33*b2d2a78aSEmmanuel Vadot #define PCNOC_INT_0 15 34*b2d2a78aSEmmanuel Vadot #define PCNOC_INT_1 16 35*b2d2a78aSEmmanuel Vadot #define PCNOC_INT_2 17 36*b2d2a78aSEmmanuel Vadot #define PCNOC_S_1 18 37*b2d2a78aSEmmanuel Vadot #define PCNOC_S_2 19 38*b2d2a78aSEmmanuel Vadot #define PCNOC_S_3 20 39*b2d2a78aSEmmanuel Vadot #define PCNOC_S_4 21 40*b2d2a78aSEmmanuel Vadot #define PCNOC_S_8 22 41*b2d2a78aSEmmanuel Vadot #define PCNOC_S_9 23 42*b2d2a78aSEmmanuel Vadot #define SLV_TCSR 24 43*b2d2a78aSEmmanuel Vadot #define SLV_TLMM 25 44*b2d2a78aSEmmanuel Vadot #define SLV_CRYPTO_0_CFG 26 45*b2d2a78aSEmmanuel Vadot #define SLV_MESSAGE_RAM 27 46*b2d2a78aSEmmanuel Vadot #define SLV_PDM 28 47*b2d2a78aSEmmanuel Vadot #define SLV_PRNG 29 48*b2d2a78aSEmmanuel Vadot #define SLV_PMIC_ARB 30 49*b2d2a78aSEmmanuel Vadot #define SLV_SNOC_CFG 31 50*b2d2a78aSEmmanuel Vadot #define SLV_DCC_CFG 32 51*b2d2a78aSEmmanuel Vadot #define SLV_CAMERA_SS_CFG 33 52*b2d2a78aSEmmanuel Vadot #define SLV_DISP_SS_CFG 34 53*b2d2a78aSEmmanuel Vadot #define SLV_VENUS_CFG 35 54*b2d2a78aSEmmanuel Vadot #define SLV_SDCC_1 36 55*b2d2a78aSEmmanuel Vadot #define SLV_BLSP_1 37 56*b2d2a78aSEmmanuel Vadot #define SLV_USB_HS 38 57*b2d2a78aSEmmanuel Vadot #define SLV_SDCC_3 39 58*b2d2a78aSEmmanuel Vadot #define SLV_SDCC_2 40 59*b2d2a78aSEmmanuel Vadot #define SLV_GPU_CFG 41 60*b2d2a78aSEmmanuel Vadot #define SLV_USB_HS2 42 61*b2d2a78aSEmmanuel Vadot #define SLV_BLSP_2 43 62*b2d2a78aSEmmanuel Vadot #define SLV_PCNOC_SNOC 44 63*b2d2a78aSEmmanuel Vadot 64*b2d2a78aSEmmanuel Vadot /* SNOC fabric */ 65*b2d2a78aSEmmanuel Vadot #define MAS_QDSS_BAM 0 66*b2d2a78aSEmmanuel Vadot #define MAS_BIMC_SNOC 1 67*b2d2a78aSEmmanuel Vadot #define MAS_PCNOC_SNOC 2 68*b2d2a78aSEmmanuel Vadot #define MAS_QDSS_ETR 3 69*b2d2a78aSEmmanuel Vadot #define MAS_LPASS_PROC 4 70*b2d2a78aSEmmanuel Vadot #define MAS_IPA 5 71*b2d2a78aSEmmanuel Vadot #define QDSS_INT 6 72*b2d2a78aSEmmanuel Vadot #define SNOC_INT_0 7 73*b2d2a78aSEmmanuel Vadot #define SNOC_INT_1 8 74*b2d2a78aSEmmanuel Vadot #define SNOC_INT_2 9 75*b2d2a78aSEmmanuel Vadot #define SLV_KPSS_AHB 10 76*b2d2a78aSEmmanuel Vadot #define SLV_SNOC_BIMC 11 77*b2d2a78aSEmmanuel Vadot #define SLV_IMEM 12 78*b2d2a78aSEmmanuel Vadot #define SLV_SNOC_PCNOC 13 79*b2d2a78aSEmmanuel Vadot #define SLV_QDSS_STM 14 80*b2d2a78aSEmmanuel Vadot #define SLV_CATS_0 15 81*b2d2a78aSEmmanuel Vadot #define SLV_CATS_1 16 82*b2d2a78aSEmmanuel Vadot #define SLV_LPASS 17 83*b2d2a78aSEmmanuel Vadot 84*b2d2a78aSEmmanuel Vadot /* SNOC-MM fabric */ 85*b2d2a78aSEmmanuel Vadot #define MAS_JPEG 0 86*b2d2a78aSEmmanuel Vadot #define MAS_OXILI 1 87*b2d2a78aSEmmanuel Vadot #define MAS_MDP0 2 88*b2d2a78aSEmmanuel Vadot #define MAS_MDP1 3 89*b2d2a78aSEmmanuel Vadot #define MAS_VENUS_0 4 90*b2d2a78aSEmmanuel Vadot #define MAS_VENUS_1 5 91*b2d2a78aSEmmanuel Vadot #define MAS_VFE_0 6 92*b2d2a78aSEmmanuel Vadot #define MAS_VFE_1 7 93*b2d2a78aSEmmanuel Vadot #define MAS_CPP 8 94*b2d2a78aSEmmanuel Vadot #define MM_INT_0 9 95*b2d2a78aSEmmanuel Vadot #define SLV_SMMNOC_BIMC 10 96*b2d2a78aSEmmanuel Vadot 97*b2d2a78aSEmmanuel Vadot #endif /* __DT_BINDINGS_INTERCONNECT_QCOM_MSM8976_H */ 98