1*b2d2a78aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*b2d2a78aSEmmanuel Vadot /* 3*b2d2a78aSEmmanuel Vadot * Qualcomm MSM8937 interconnect IDs 4*b2d2a78aSEmmanuel Vadot */ 5*b2d2a78aSEmmanuel Vadot 6*b2d2a78aSEmmanuel Vadot #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8937_H 7*b2d2a78aSEmmanuel Vadot #define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8937_H 8*b2d2a78aSEmmanuel Vadot 9*b2d2a78aSEmmanuel Vadot /* BIMC fabric */ 10*b2d2a78aSEmmanuel Vadot #define MAS_APPS_PROC 0 11*b2d2a78aSEmmanuel Vadot #define MAS_OXILI 1 12*b2d2a78aSEmmanuel Vadot #define MAS_SNOC_BIMC_0 2 13*b2d2a78aSEmmanuel Vadot #define MAS_SNOC_BIMC_2 3 14*b2d2a78aSEmmanuel Vadot #define MAS_SNOC_BIMC_1 4 15*b2d2a78aSEmmanuel Vadot #define MAS_TCU_0 5 16*b2d2a78aSEmmanuel Vadot #define SLV_EBI 6 17*b2d2a78aSEmmanuel Vadot #define SLV_BIMC_SNOC 7 18*b2d2a78aSEmmanuel Vadot 19*b2d2a78aSEmmanuel Vadot /* PCNOC fabric */ 20*b2d2a78aSEmmanuel Vadot #define MAS_SPDM 0 21*b2d2a78aSEmmanuel Vadot #define MAS_BLSP_1 1 22*b2d2a78aSEmmanuel Vadot #define MAS_BLSP_2 2 23*b2d2a78aSEmmanuel Vadot #define MAS_USB_HS1 3 24*b2d2a78aSEmmanuel Vadot #define MAS_XI_USB_HS1 4 25*b2d2a78aSEmmanuel Vadot #define MAS_CRYPTO 5 26*b2d2a78aSEmmanuel Vadot #define MAS_SDCC_1 6 27*b2d2a78aSEmmanuel Vadot #define MAS_SDCC_2 7 28*b2d2a78aSEmmanuel Vadot #define MAS_SNOC_PCNOC 8 29*b2d2a78aSEmmanuel Vadot #define PCNOC_M_0 9 30*b2d2a78aSEmmanuel Vadot #define PCNOC_M_1 10 31*b2d2a78aSEmmanuel Vadot #define PCNOC_INT_0 11 32*b2d2a78aSEmmanuel Vadot #define PCNOC_INT_1 12 33*b2d2a78aSEmmanuel Vadot #define PCNOC_INT_2 13 34*b2d2a78aSEmmanuel Vadot #define PCNOC_INT_3 14 35*b2d2a78aSEmmanuel Vadot #define PCNOC_S_0 15 36*b2d2a78aSEmmanuel Vadot #define PCNOC_S_1 16 37*b2d2a78aSEmmanuel Vadot #define PCNOC_S_2 17 38*b2d2a78aSEmmanuel Vadot #define PCNOC_S_3 18 39*b2d2a78aSEmmanuel Vadot #define PCNOC_S_4 19 40*b2d2a78aSEmmanuel Vadot #define PCNOC_S_6 20 41*b2d2a78aSEmmanuel Vadot #define PCNOC_S_7 21 42*b2d2a78aSEmmanuel Vadot #define PCNOC_S_8 22 43*b2d2a78aSEmmanuel Vadot #define SLV_SDCC_2 23 44*b2d2a78aSEmmanuel Vadot #define SLV_SPDM 24 45*b2d2a78aSEmmanuel Vadot #define SLV_PDM 25 46*b2d2a78aSEmmanuel Vadot #define SLV_PRNG 26 47*b2d2a78aSEmmanuel Vadot #define SLV_TCSR 27 48*b2d2a78aSEmmanuel Vadot #define SLV_SNOC_CFG 28 49*b2d2a78aSEmmanuel Vadot #define SLV_MESSAGE_RAM 29 50*b2d2a78aSEmmanuel Vadot #define SLV_CAMERA_SS_CFG 30 51*b2d2a78aSEmmanuel Vadot #define SLV_DISP_SS_CFG 31 52*b2d2a78aSEmmanuel Vadot #define SLV_VENUS_CFG 32 53*b2d2a78aSEmmanuel Vadot #define SLV_GPU_CFG 33 54*b2d2a78aSEmmanuel Vadot #define SLV_TLMM 34 55*b2d2a78aSEmmanuel Vadot #define SLV_BLSP_1 35 56*b2d2a78aSEmmanuel Vadot #define SLV_BLSP_2 36 57*b2d2a78aSEmmanuel Vadot #define SLV_PMIC_ARB 37 58*b2d2a78aSEmmanuel Vadot #define SLV_SDCC_1 38 59*b2d2a78aSEmmanuel Vadot #define SLV_CRYPTO_0_CFG 39 60*b2d2a78aSEmmanuel Vadot #define SLV_USB_HS 40 61*b2d2a78aSEmmanuel Vadot #define SLV_TCU 41 62*b2d2a78aSEmmanuel Vadot #define SLV_PCNOC_SNOC 42 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 QDSS_INT 4 70*b2d2a78aSEmmanuel Vadot #define SNOC_INT_0 5 71*b2d2a78aSEmmanuel Vadot #define SNOC_INT_1 6 72*b2d2a78aSEmmanuel Vadot #define SNOC_INT_2 7 73*b2d2a78aSEmmanuel Vadot #define SLV_KPSS_AHB 8 74*b2d2a78aSEmmanuel Vadot #define SLV_WCSS 9 75*b2d2a78aSEmmanuel Vadot #define SLV_SNOC_BIMC_1 10 76*b2d2a78aSEmmanuel Vadot #define SLV_IMEM 11 77*b2d2a78aSEmmanuel Vadot #define SLV_SNOC_PCNOC 12 78*b2d2a78aSEmmanuel Vadot #define SLV_QDSS_STM 13 79*b2d2a78aSEmmanuel Vadot #define SLV_CATS_1 14 80*b2d2a78aSEmmanuel Vadot #define SLV_LPASS 15 81*b2d2a78aSEmmanuel Vadot 82*b2d2a78aSEmmanuel Vadot /* SNOC-MM fabric */ 83*b2d2a78aSEmmanuel Vadot #define MAS_JPEG 0 84*b2d2a78aSEmmanuel Vadot #define MAS_MDP 1 85*b2d2a78aSEmmanuel Vadot #define MAS_VENUS 2 86*b2d2a78aSEmmanuel Vadot #define MAS_VFE0 3 87*b2d2a78aSEmmanuel Vadot #define MAS_VFE1 4 88*b2d2a78aSEmmanuel Vadot #define MAS_CPP 5 89*b2d2a78aSEmmanuel Vadot #define SLV_SNOC_BIMC_0 6 90*b2d2a78aSEmmanuel Vadot #define SLV_SNOC_BIMC_2 7 91*b2d2a78aSEmmanuel Vadot #define SLV_CATS_0 8 92*b2d2a78aSEmmanuel Vadot 93*b2d2a78aSEmmanuel Vadot #endif /* __DT_BINDINGS_INTERCONNECT_QCOM_MSM8937_H */ 94