1 1.1 jmcneill /* $NetBSD: qcom,sdm845.h,v 1.1.1.2 2021/11/07 16:49:57 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* SPDX-License-Identifier: GPL-2.0 */ 4 1.1 jmcneill /* 5 1.1 jmcneill * Qualcomm SDM845 interconnect IDs 6 1.1 jmcneill * 7 1.1 jmcneill * Copyright (c) 2018, Linaro Ltd. 8 1.1 jmcneill * Author: Georgi Djakov <georgi.djakov (at) linaro.org> 9 1.1 jmcneill */ 10 1.1 jmcneill 11 1.1 jmcneill #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDM845_H 12 1.1 jmcneill #define __DT_BINDINGS_INTERCONNECT_QCOM_SDM845_H 13 1.1 jmcneill 14 1.1 jmcneill #define MASTER_A1NOC_CFG 0 15 1.1.1.2 jmcneill #define MASTER_TSIF 1 16 1.1.1.2 jmcneill #define MASTER_SDCC_2 2 17 1.1.1.2 jmcneill #define MASTER_SDCC_4 3 18 1.1.1.2 jmcneill #define MASTER_UFS_CARD 4 19 1.1.1.2 jmcneill #define MASTER_UFS_MEM 5 20 1.1.1.2 jmcneill #define MASTER_PCIE_0 6 21 1.1.1.2 jmcneill #define SLAVE_A1NOC_SNOC 7 22 1.1.1.2 jmcneill #define SLAVE_SERVICE_A1NOC 8 23 1.1.1.2 jmcneill #define SLAVE_ANOC_PCIE_A1NOC_SNOC 9 24 1.1.1.2 jmcneill #define MASTER_QUP_1 10 25 1.1.1.2 jmcneill 26 1.1.1.2 jmcneill #define MASTER_A2NOC_CFG 0 27 1.1.1.2 jmcneill #define MASTER_QDSS_BAM 1 28 1.1.1.2 jmcneill #define MASTER_CNOC_A2NOC 2 29 1.1.1.2 jmcneill #define MASTER_CRYPTO 3 30 1.1.1.2 jmcneill #define MASTER_IPA 4 31 1.1.1.2 jmcneill #define MASTER_PCIE_1 5 32 1.1.1.2 jmcneill #define MASTER_QDSS_ETR 6 33 1.1.1.2 jmcneill #define MASTER_USB3_0 7 34 1.1.1.2 jmcneill #define MASTER_USB3_1 8 35 1.1.1.2 jmcneill #define SLAVE_A2NOC_SNOC 9 36 1.1.1.2 jmcneill #define SLAVE_ANOC_PCIE_SNOC 10 37 1.1.1.2 jmcneill #define SLAVE_SERVICE_A2NOC 11 38 1.1.1.2 jmcneill #define MASTER_QUP_2 12 39 1.1.1.2 jmcneill 40 1.1.1.2 jmcneill #define MASTER_SPDM 0 41 1.1.1.2 jmcneill #define MASTER_TIC 1 42 1.1.1.2 jmcneill #define MASTER_SNOC_CNOC 2 43 1.1.1.2 jmcneill #define MASTER_QDSS_DAP 3 44 1.1.1.2 jmcneill #define SLAVE_A1NOC_CFG 4 45 1.1.1.2 jmcneill #define SLAVE_A2NOC_CFG 5 46 1.1.1.2 jmcneill #define SLAVE_AOP 6 47 1.1.1.2 jmcneill #define SLAVE_AOSS 7 48 1.1.1.2 jmcneill #define SLAVE_CAMERA_CFG 8 49 1.1.1.2 jmcneill #define SLAVE_CLK_CTL 9 50 1.1.1.2 jmcneill #define SLAVE_CDSP_CFG 10 51 1.1.1.2 jmcneill #define SLAVE_RBCPR_CX_CFG 11 52 1.1.1.2 jmcneill #define SLAVE_CRYPTO_0_CFG 12 53 1.1.1.2 jmcneill #define SLAVE_DCC_CFG 13 54 1.1.1.2 jmcneill #define SLAVE_CNOC_DDRSS 14 55 1.1.1.2 jmcneill #define SLAVE_DISPLAY_CFG 15 56 1.1.1.2 jmcneill #define SLAVE_GLM 16 57 1.1.1.2 jmcneill #define SLAVE_GFX3D_CFG 17 58 1.1.1.2 jmcneill #define SLAVE_IMEM_CFG 18 59 1.1.1.2 jmcneill #define SLAVE_IPA_CFG 19 60 1.1.1.2 jmcneill #define SLAVE_CNOC_MNOC_CFG 20 61 1.1.1.2 jmcneill #define SLAVE_PCIE_0_CFG 21 62 1.1.1.2 jmcneill #define SLAVE_PCIE_1_CFG 22 63 1.1.1.2 jmcneill #define SLAVE_PDM 23 64 1.1.1.2 jmcneill #define SLAVE_SOUTH_PHY_CFG 24 65 1.1.1.2 jmcneill #define SLAVE_PIMEM_CFG 25 66 1.1.1.2 jmcneill #define SLAVE_PRNG 26 67 1.1.1.2 jmcneill #define SLAVE_QDSS_CFG 27 68 1.1.1.2 jmcneill #define SLAVE_BLSP_2 28 69 1.1.1.2 jmcneill #define SLAVE_BLSP_1 29 70 1.1.1.2 jmcneill #define SLAVE_SDCC_2 30 71 1.1.1.2 jmcneill #define SLAVE_SDCC_4 31 72 1.1.1.2 jmcneill #define SLAVE_SNOC_CFG 32 73 1.1.1.2 jmcneill #define SLAVE_SPDM_WRAPPER 33 74 1.1.1.2 jmcneill #define SLAVE_SPSS_CFG 34 75 1.1.1.2 jmcneill #define SLAVE_TCSR 35 76 1.1.1.2 jmcneill #define SLAVE_TLMM_NORTH 36 77 1.1.1.2 jmcneill #define SLAVE_TLMM_SOUTH 37 78 1.1.1.2 jmcneill #define SLAVE_TSIF 38 79 1.1.1.2 jmcneill #define SLAVE_UFS_CARD_CFG 39 80 1.1.1.2 jmcneill #define SLAVE_UFS_MEM_CFG 40 81 1.1.1.2 jmcneill #define SLAVE_USB3_0 41 82 1.1.1.2 jmcneill #define SLAVE_USB3_1 42 83 1.1.1.2 jmcneill #define SLAVE_VENUS_CFG 43 84 1.1.1.2 jmcneill #define SLAVE_VSENSE_CTRL_CFG 44 85 1.1.1.2 jmcneill #define SLAVE_CNOC_A2NOC 45 86 1.1.1.2 jmcneill #define SLAVE_SERVICE_CNOC 46 87 1.1.1.2 jmcneill 88 1.1.1.2 jmcneill #define MASTER_CNOC_DC_NOC 0 89 1.1.1.2 jmcneill #define SLAVE_LLCC_CFG 1 90 1.1.1.2 jmcneill #define SLAVE_MEM_NOC_CFG 2 91 1.1.1.2 jmcneill 92 1.1.1.2 jmcneill #define MASTER_APPSS_PROC 0 93 1.1.1.2 jmcneill #define MASTER_GNOC_CFG 1 94 1.1.1.2 jmcneill #define SLAVE_GNOC_SNOC 2 95 1.1.1.2 jmcneill #define SLAVE_GNOC_MEM_NOC 3 96 1.1.1.2 jmcneill #define SLAVE_SERVICE_GNOC 4 97 1.1.1.2 jmcneill 98 1.1.1.2 jmcneill #define MASTER_TCU_0 0 99 1.1.1.2 jmcneill #define MASTER_MEM_NOC_CFG 1 100 1.1.1.2 jmcneill #define MASTER_GNOC_MEM_NOC 2 101 1.1.1.2 jmcneill #define MASTER_MNOC_HF_MEM_NOC 3 102 1.1.1.2 jmcneill #define MASTER_MNOC_SF_MEM_NOC 4 103 1.1.1.2 jmcneill #define MASTER_SNOC_GC_MEM_NOC 5 104 1.1.1.2 jmcneill #define MASTER_SNOC_SF_MEM_NOC 6 105 1.1.1.2 jmcneill #define MASTER_GFX3D 7 106 1.1.1.2 jmcneill #define SLAVE_MSS_PROC_MS_MPU_CFG 8 107 1.1.1.2 jmcneill #define SLAVE_MEM_NOC_GNOC 9 108 1.1.1.2 jmcneill #define SLAVE_LLCC 10 109 1.1.1.2 jmcneill #define SLAVE_MEM_NOC_SNOC 11 110 1.1.1.2 jmcneill #define SLAVE_SERVICE_MEM_NOC 12 111 1.1.1.2 jmcneill #define MASTER_LLCC 13 112 1.1.1.2 jmcneill #define SLAVE_EBI1 14 113 1.1.1.2 jmcneill 114 1.1.1.2 jmcneill #define MASTER_CNOC_MNOC_CFG 0 115 1.1.1.2 jmcneill #define MASTER_CAMNOC_HF0 1 116 1.1.1.2 jmcneill #define MASTER_CAMNOC_HF1 2 117 1.1.1.2 jmcneill #define MASTER_CAMNOC_SF 3 118 1.1.1.2 jmcneill #define MASTER_MDP0 4 119 1.1.1.2 jmcneill #define MASTER_MDP1 5 120 1.1.1.2 jmcneill #define MASTER_ROTATOR 6 121 1.1.1.2 jmcneill #define MASTER_VIDEO_P0 7 122 1.1.1.2 jmcneill #define MASTER_VIDEO_P1 8 123 1.1.1.2 jmcneill #define MASTER_VIDEO_PROC 9 124 1.1.1.2 jmcneill #define SLAVE_MNOC_SF_MEM_NOC 10 125 1.1.1.2 jmcneill #define SLAVE_MNOC_HF_MEM_NOC 11 126 1.1.1.2 jmcneill #define SLAVE_SERVICE_MNOC 12 127 1.1.1.2 jmcneill #define MASTER_CAMNOC_HF0_UNCOMP 13 128 1.1.1.2 jmcneill #define MASTER_CAMNOC_HF1_UNCOMP 14 129 1.1.1.2 jmcneill #define MASTER_CAMNOC_SF_UNCOMP 15 130 1.1.1.2 jmcneill #define SLAVE_CAMNOC_UNCOMP 16 131 1.1.1.2 jmcneill 132 1.1.1.2 jmcneill #define MASTER_SNOC_CFG 0 133 1.1.1.2 jmcneill #define MASTER_A1NOC_SNOC 1 134 1.1.1.2 jmcneill #define MASTER_A2NOC_SNOC 2 135 1.1.1.2 jmcneill #define MASTER_GNOC_SNOC 3 136 1.1.1.2 jmcneill #define MASTER_MEM_NOC_SNOC 4 137 1.1.1.2 jmcneill #define MASTER_ANOC_PCIE_SNOC 5 138 1.1.1.2 jmcneill #define MASTER_PIMEM 6 139 1.1.1.2 jmcneill #define MASTER_GIC 7 140 1.1.1.2 jmcneill #define SLAVE_APPSS 8 141 1.1.1.2 jmcneill #define SLAVE_SNOC_CNOC 9 142 1.1.1.2 jmcneill #define SLAVE_SNOC_MEM_NOC_GC 10 143 1.1.1.2 jmcneill #define SLAVE_SNOC_MEM_NOC_SF 11 144 1.1.1.2 jmcneill #define SLAVE_IMEM 12 145 1.1.1.2 jmcneill #define SLAVE_PCIE_0 13 146 1.1.1.2 jmcneill #define SLAVE_PCIE_1 14 147 1.1.1.2 jmcneill #define SLAVE_PIMEM 15 148 1.1.1.2 jmcneill #define SLAVE_SERVICE_SNOC 16 149 1.1.1.2 jmcneill #define SLAVE_QDSS_STM 17 150 1.1.1.2 jmcneill #define SLAVE_TCU 18 151 1.1 jmcneill 152 1.1 jmcneill #endif 153