1/* $NetBSD: qcom,sdx75.h,v 1.1.1.1 2026/01/18 05:21:46 skrll Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */ 4/* 5 * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved. 6 */ 7 8#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDX75_H 9#define __DT_BINDINGS_INTERCONNECT_QCOM_SDX75_H 10 11#define MASTER_QPIC_CORE 0 12#define MASTER_QUP_CORE_0 1 13#define SLAVE_QPIC_CORE 2 14#define SLAVE_QUP_CORE_0 3 15 16#define MASTER_LLCC 0 17#define SLAVE_EBI1 1 18 19#define MASTER_CNOC_DC_NOC 0 20#define SLAVE_LAGG_CFG 1 21#define SLAVE_MCCC_MASTER 2 22#define SLAVE_GEM_NOC_CFG 3 23#define SLAVE_SNOOP_BWMON 4 24 25#define MASTER_SYS_TCU 0 26#define MASTER_APPSS_PROC 1 27#define MASTER_GEM_NOC_CFG 2 28#define MASTER_MSS_PROC 3 29#define MASTER_ANOC_PCIE_GEM_NOC 4 30#define MASTER_SNOC_SF_MEM_NOC 5 31#define MASTER_GIC 6 32#define MASTER_IPA_PCIE 7 33#define SLAVE_GEM_NOC_CNOC 8 34#define SLAVE_LLCC 9 35#define SLAVE_MEM_NOC_PCIE_SNOC 10 36#define SLAVE_SERVICE_GEM_NOC 11 37 38#define MASTER_PCIE_0 0 39#define MASTER_PCIE_1 1 40#define MASTER_PCIE_2 2 41#define SLAVE_ANOC_PCIE_GEM_NOC 3 42 43#define MASTER_AUDIO 0 44#define MASTER_GIC_AHB 1 45#define MASTER_PCIE_RSCC 2 46#define MASTER_QDSS_BAM 3 47#define MASTER_QPIC 4 48#define MASTER_QUP_0 5 49#define MASTER_ANOC_SNOC 6 50#define MASTER_GEM_NOC_CNOC 7 51#define MASTER_GEM_NOC_PCIE_SNOC 8 52#define MASTER_SNOC_CFG 9 53#define MASTER_PCIE_ANOC_CFG 10 54#define MASTER_CRYPTO 11 55#define MASTER_IPA 12 56#define MASTER_MVMSS 13 57#define MASTER_EMAC_0 14 58#define MASTER_EMAC_1 15 59#define MASTER_QDSS_ETR 16 60#define MASTER_QDSS_ETR_1 17 61#define MASTER_SDCC_1 18 62#define MASTER_SDCC_4 19 63#define MASTER_USB3_0 20 64#define SLAVE_ETH0_CFG 21 65#define SLAVE_ETH1_CFG 22 66#define SLAVE_AUDIO 23 67#define SLAVE_CLK_CTL 24 68#define SLAVE_CRYPTO_0_CFG 25 69#define SLAVE_IMEM_CFG 26 70#define SLAVE_IPA_CFG 27 71#define SLAVE_IPC_ROUTER_CFG 28 72#define SLAVE_CNOC_MSS 29 73#define SLAVE_ICBDI_MVMSS_CFG 30 74#define SLAVE_PCIE_0_CFG 31 75#define SLAVE_PCIE_1_CFG 32 76#define SLAVE_PCIE_2_CFG 33 77#define SLAVE_PCIE_RSC_CFG 34 78#define SLAVE_PDM 35 79#define SLAVE_PRNG 36 80#define SLAVE_QDSS_CFG 37 81#define SLAVE_QPIC 38 82#define SLAVE_QUP_0 39 83#define SLAVE_SDCC_1 40 84#define SLAVE_SDCC_4 41 85#define SLAVE_SPMI_VGI_COEX 42 86#define SLAVE_TCSR 43 87#define SLAVE_TLMM 44 88#define SLAVE_USB3 45 89#define SLAVE_USB3_PHY_CFG 46 90#define SLAVE_A1NOC_CFG 47 91#define SLAVE_DDRSS_CFG 48 92#define SLAVE_SNOC_GEM_NOC_SF 49 93#define SLAVE_SNOC_CFG 50 94#define SLAVE_PCIE_ANOC_CFG 51 95#define SLAVE_IMEM 52 96#define SLAVE_SERVICE_PCIE_ANOC 53 97#define SLAVE_SERVICE_SNOC 54 98#define SLAVE_PCIE_0 55 99#define SLAVE_PCIE_1 56 100#define SLAVE_PCIE_2 57 101#define SLAVE_QDSS_STM 58 102#define SLAVE_TCU 59 103 104#endif 105