103 lines · c
1/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */2/*3 * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.4 */5 6#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDX75_H7#define __DT_BINDINGS_INTERCONNECT_QCOM_SDX75_H8 9#define MASTER_QPIC_CORE 010#define MASTER_QUP_CORE_0 111#define SLAVE_QPIC_CORE 212#define SLAVE_QUP_CORE_0 313 14#define MASTER_LLCC 015#define SLAVE_EBI1 116 17#define MASTER_CNOC_DC_NOC 018#define SLAVE_LAGG_CFG 119#define SLAVE_MCCC_MASTER 220#define SLAVE_GEM_NOC_CFG 321#define SLAVE_SNOOP_BWMON 422 23#define MASTER_SYS_TCU 024#define MASTER_APPSS_PROC 125#define MASTER_GEM_NOC_CFG 226#define MASTER_MSS_PROC 327#define MASTER_ANOC_PCIE_GEM_NOC 428#define MASTER_SNOC_SF_MEM_NOC 529#define MASTER_GIC 630#define MASTER_IPA_PCIE 731#define SLAVE_GEM_NOC_CNOC 832#define SLAVE_LLCC 933#define SLAVE_MEM_NOC_PCIE_SNOC 1034#define SLAVE_SERVICE_GEM_NOC 1135 36#define MASTER_PCIE_0 037#define MASTER_PCIE_1 138#define MASTER_PCIE_2 239#define SLAVE_ANOC_PCIE_GEM_NOC 340 41#define MASTER_AUDIO 042#define MASTER_GIC_AHB 143#define MASTER_PCIE_RSCC 244#define MASTER_QDSS_BAM 345#define MASTER_QPIC 446#define MASTER_QUP_0 547#define MASTER_ANOC_SNOC 648#define MASTER_GEM_NOC_CNOC 749#define MASTER_GEM_NOC_PCIE_SNOC 850#define MASTER_SNOC_CFG 951#define MASTER_PCIE_ANOC_CFG 1052#define MASTER_CRYPTO 1153#define MASTER_IPA 1254#define MASTER_MVMSS 1355#define MASTER_EMAC_0 1456#define MASTER_EMAC_1 1557#define MASTER_QDSS_ETR 1658#define MASTER_QDSS_ETR_1 1759#define MASTER_SDCC_1 1860#define MASTER_SDCC_4 1961#define MASTER_USB3_0 2062#define SLAVE_ETH0_CFG 2163#define SLAVE_ETH1_CFG 2264#define SLAVE_AUDIO 2365#define SLAVE_CLK_CTL 2466#define SLAVE_CRYPTO_0_CFG 2567#define SLAVE_IMEM_CFG 2668#define SLAVE_IPA_CFG 2769#define SLAVE_IPC_ROUTER_CFG 2870#define SLAVE_CNOC_MSS 2971#define SLAVE_ICBDI_MVMSS_CFG 3072#define SLAVE_PCIE_0_CFG 3173#define SLAVE_PCIE_1_CFG 3274#define SLAVE_PCIE_2_CFG 3375#define SLAVE_PCIE_RSC_CFG 3476#define SLAVE_PDM 3577#define SLAVE_PRNG 3678#define SLAVE_QDSS_CFG 3779#define SLAVE_QPIC 3880#define SLAVE_QUP_0 3981#define SLAVE_SDCC_1 4082#define SLAVE_SDCC_4 4183#define SLAVE_SPMI_VGI_COEX 4284#define SLAVE_TCSR 4385#define SLAVE_TLMM 4486#define SLAVE_USB3 4587#define SLAVE_USB3_PHY_CFG 4688#define SLAVE_A1NOC_CFG 4789#define SLAVE_DDRSS_CFG 4890#define SLAVE_SNOC_GEM_NOC_SF 4991#define SLAVE_SNOC_CFG 5092#define SLAVE_PCIE_ANOC_CFG 5193#define SLAVE_IMEM 5294#define SLAVE_SERVICE_PCIE_ANOC 5395#define SLAVE_SERVICE_SNOC 5496#define SLAVE_PCIE_0 5597#define SLAVE_PCIE_1 5698#define SLAVE_PCIE_2 5799#define SLAVE_QDSS_STM 58100#define SLAVE_TCU 59101 102#endif103