1*b2d2a78aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*b2d2a78aSEmmanuel Vadot #ifndef INTERCONNECT_QCOM_IPQ5332_H 3*b2d2a78aSEmmanuel Vadot #define INTERCONNECT_QCOM_IPQ5332_H 4*b2d2a78aSEmmanuel Vadot 5*b2d2a78aSEmmanuel Vadot #define MASTER_SNOC_PCIE3_1_M 0 6*b2d2a78aSEmmanuel Vadot #define SLAVE_SNOC_PCIE3_1_M 1 7*b2d2a78aSEmmanuel Vadot #define MASTER_ANOC_PCIE3_1_S 2 8*b2d2a78aSEmmanuel Vadot #define SLAVE_ANOC_PCIE3_1_S 3 9*b2d2a78aSEmmanuel Vadot #define MASTER_SNOC_PCIE3_2_M 4 10*b2d2a78aSEmmanuel Vadot #define SLAVE_SNOC_PCIE3_2_M 5 11*b2d2a78aSEmmanuel Vadot #define MASTER_ANOC_PCIE3_2_S 6 12*b2d2a78aSEmmanuel Vadot #define SLAVE_ANOC_PCIE3_2_S 7 13*b2d2a78aSEmmanuel Vadot #define MASTER_SNOC_USB 8 14*b2d2a78aSEmmanuel Vadot #define SLAVE_SNOC_USB 9 15*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_NSSCC 10 16*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_NSSCC 11 17*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_SNOC_0 12 18*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_SNOC_0 13 19*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_SNOC_1 14 20*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_SNOC_1 15 21*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_ATB 16 22*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_ATB 17 23*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_PCNOC_1 18 24*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_PCNOC_1 19 25*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_QOSGEN_REF 20 26*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_QOSGEN_REF 21 27*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_TIMEOUT_REF 22 28*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_TIMEOUT_REF 23 29*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_XO_DCD 24 30*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_XO_DCD 25 31*b2d2a78aSEmmanuel Vadot 32*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_PPE 0 33*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_PPE 1 34*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_PPE_CFG 2 35*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_PPE_CFG 3 36*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_NSS_CSR 4 37*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_NSS_CSR 5 38*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_CE_APB 6 39*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_CE_APB 7 40*b2d2a78aSEmmanuel Vadot #define MASTER_NSSNOC_CE_AXI 8 41*b2d2a78aSEmmanuel Vadot #define SLAVE_NSSNOC_CE_AXI 9 42*b2d2a78aSEmmanuel Vadot 43*b2d2a78aSEmmanuel Vadot #define MASTER_CNOC_AHB 0 44*b2d2a78aSEmmanuel Vadot #define SLAVE_CNOC_AHB 1 45*b2d2a78aSEmmanuel Vadot 46*b2d2a78aSEmmanuel Vadot #endif /* INTERCONNECT_QCOM_IPQ5332_H */ 47