99 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */2/*3 * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.4 */5 6#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_QDU1000_H7#define __DT_BINDINGS_INTERCONNECT_QCOM_QDU1000_H8 9#define MASTER_QUP_CORE_0 010#define MASTER_QUP_CORE_1 111#define SLAVE_QUP_CORE_0 212#define SLAVE_QUP_CORE_1 313 14#define MASTER_SYS_TCU 015#define MASTER_APPSS_PROC 116#define MASTER_GEMNOC_ECPRI_DMA 217#define MASTER_FEC_2_GEMNOC 318#define MASTER_ANOC_PCIE_GEM_NOC 419#define MASTER_SNOC_GC_MEM_NOC 520#define MASTER_SNOC_SF_MEM_NOC 621#define MASTER_MSS_PROC 722#define SLAVE_GEM_NOC_CNOC 823#define SLAVE_LLCC 924#define SLAVE_GEMNOC_MODEM_CNOC 1025#define SLAVE_MEM_NOC_PCIE_SNOC 1126 27#define MASTER_LLCC 028#define SLAVE_EBI1 129 30#define MASTER_GIC_AHB 031#define MASTER_QDSS_BAM 132#define MASTER_QPIC 233#define MASTER_QSPI_0 334#define MASTER_QUP_0 435#define MASTER_QUP_1 536#define MASTER_SNOC_CFG 637#define MASTER_ANOC_SNOC 738#define MASTER_ANOC_GSI 839#define MASTER_GEM_NOC_CNOC 940#define MASTER_GEMNOC_MODEM_CNOC 1041#define MASTER_GEM_NOC_PCIE_SNOC 1142#define MASTER_CRYPTO 1243#define MASTER_ECPRI_GSI 1344#define MASTER_PIMEM 1445#define MASTER_SNOC_ECPRI_DMA 1546#define MASTER_GIC 1647#define MASTER_PCIE 1748#define MASTER_QDSS_ETR 1849#define MASTER_QDSS_ETR_1 1950#define MASTER_SDCC_1 2051#define MASTER_USB3 2152#define SLAVE_AHB2PHY_SOUTH 2253#define SLAVE_AHB2PHY_NORTH 2354#define SLAVE_AHB2PHY_EAST 2455#define SLAVE_AOSS 2556#define SLAVE_CLK_CTL 2657#define SLAVE_RBCPR_CX_CFG 2758#define SLAVE_RBCPR_MX_CFG 2859#define SLAVE_CRYPTO_0_CFG 2960#define SLAVE_ECPRI_CFG 3061#define SLAVE_IMEM_CFG 3162#define SLAVE_IPC_ROUTER_CFG 3263#define SLAVE_CNOC_MSS 3364#define SLAVE_PCIE_CFG 3465#define SLAVE_PDM 3566#define SLAVE_PIMEM_CFG 3667#define SLAVE_PRNG 3768#define SLAVE_QDSS_CFG 3869#define SLAVE_QPIC 4070#define SLAVE_QSPI_0 4171#define SLAVE_QUP_0 4272#define SLAVE_QUP_1 4373#define SLAVE_SDCC_2 4474#define SLAVE_SMBUS_CFG 4575#define SLAVE_SNOC_CFG 4676#define SLAVE_TCSR 4777#define SLAVE_TLMM 4878#define SLAVE_TME_CFG 4979#define SLAVE_TSC_CFG 5080#define SLAVE_USB3_0 5181#define SLAVE_VSENSE_CTRL_CFG 5282#define SLAVE_A1NOC_SNOC 5383#define SLAVE_ANOC_SNOC_GSI 5484#define SLAVE_DDRSS_CFG 5585#define SLAVE_ECPRI_GEMNOC 5686#define SLAVE_SNOC_GEM_NOC_GC 5787#define SLAVE_SNOC_GEM_NOC_SF 5888#define SLAVE_MODEM_OFFLINE 5989#define SLAVE_ANOC_PCIE_GEM_NOC 6090#define SLAVE_IMEM 6191#define SLAVE_PIMEM 6292#define SLAVE_SERVICE_SNOC 6393#define SLAVE_ETHERNET_SS 6494#define SLAVE_PCIE_0 6595#define SLAVE_QDSS_STM 6696#define SLAVE_TCU 6797 98#endif99