162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Qualcomm SM8350 interconnect IDs 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (c) 2021, Linaro Limited 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef __DRIVERS_INTERCONNECT_QCOM_SM8350_H 962306a36Sopenharmony_ci#define __DRIVERS_INTERCONNECT_QCOM_SM8350_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#define SM8350_MASTER_GPU_TCU 0 1262306a36Sopenharmony_ci#define SM8350_MASTER_SYS_TCU 1 1362306a36Sopenharmony_ci#define SM8350_MASTER_APPSS_PROC 2 1462306a36Sopenharmony_ci#define SM8350_MASTER_LLCC 3 1562306a36Sopenharmony_ci#define SM8350_MASTER_CNOC_LPASS_AG_NOC 4 1662306a36Sopenharmony_ci#define SM8350_MASTER_CDSP_NOC_CFG 5 1762306a36Sopenharmony_ci#define SM8350_MASTER_QDSS_BAM 6 1862306a36Sopenharmony_ci#define SM8350_MASTER_QSPI_0 7 1962306a36Sopenharmony_ci#define SM8350_MASTER_QUP_0 8 2062306a36Sopenharmony_ci#define SM8350_MASTER_QUP_1 9 2162306a36Sopenharmony_ci#define SM8350_MASTER_QUP_2 10 2262306a36Sopenharmony_ci#define SM8350_MASTER_A1NOC_CFG 11 2362306a36Sopenharmony_ci#define SM8350_MASTER_A2NOC_CFG 12 2462306a36Sopenharmony_ci#define SM8350_MASTER_A1NOC_SNOC 13 2562306a36Sopenharmony_ci#define SM8350_MASTER_A2NOC_SNOC 14 2662306a36Sopenharmony_ci#define SM8350_MASTER_CAMNOC_HF 15 2762306a36Sopenharmony_ci#define SM8350_MASTER_CAMNOC_ICP 16 2862306a36Sopenharmony_ci#define SM8350_MASTER_CAMNOC_SF 17 2962306a36Sopenharmony_ci#define SM8350_MASTER_COMPUTE_NOC 18 3062306a36Sopenharmony_ci#define SM8350_MASTER_CNOC_DC_NOC 19 3162306a36Sopenharmony_ci#define SM8350_MASTER_GEM_NOC_CFG 20 3262306a36Sopenharmony_ci#define SM8350_MASTER_GEM_NOC_CNOC 21 3362306a36Sopenharmony_ci#define SM8350_MASTER_GEM_NOC_PCIE_SNOC 22 3462306a36Sopenharmony_ci#define SM8350_MASTER_GFX3D 23 3562306a36Sopenharmony_ci#define SM8350_MASTER_CNOC_MNOC_CFG 24 3662306a36Sopenharmony_ci#define SM8350_MASTER_MNOC_HF_MEM_NOC 25 3762306a36Sopenharmony_ci#define SM8350_MASTER_MNOC_SF_MEM_NOC 26 3862306a36Sopenharmony_ci#define SM8350_MASTER_ANOC_PCIE_GEM_NOC 27 3962306a36Sopenharmony_ci#define SM8350_MASTER_SNOC_CFG 28 4062306a36Sopenharmony_ci#define SM8350_MASTER_SNOC_GC_MEM_NOC 29 4162306a36Sopenharmony_ci#define SM8350_MASTER_SNOC_SF_MEM_NOC 30 4262306a36Sopenharmony_ci#define SM8350_MASTER_VIDEO_P0 31 4362306a36Sopenharmony_ci#define SM8350_MASTER_VIDEO_P1 32 4462306a36Sopenharmony_ci#define SM8350_MASTER_VIDEO_PROC 33 4562306a36Sopenharmony_ci#define SM8350_MASTER_QUP_CORE_0 34 4662306a36Sopenharmony_ci#define SM8350_MASTER_QUP_CORE_1 35 4762306a36Sopenharmony_ci#define SM8350_MASTER_QUP_CORE_2 36 4862306a36Sopenharmony_ci#define SM8350_MASTER_CRYPTO 37 4962306a36Sopenharmony_ci#define SM8350_MASTER_IPA 38 5062306a36Sopenharmony_ci#define SM8350_MASTER_MDP0 39 5162306a36Sopenharmony_ci#define SM8350_MASTER_MDP1 40 5262306a36Sopenharmony_ci#define SM8350_MASTER_CDSP_PROC 41 5362306a36Sopenharmony_ci#define SM8350_MASTER_PIMEM 42 5462306a36Sopenharmony_ci#define SM8350_MASTER_ROTATOR 43 5562306a36Sopenharmony_ci#define SM8350_MASTER_GIC 44 5662306a36Sopenharmony_ci#define SM8350_MASTER_PCIE_0 45 5762306a36Sopenharmony_ci#define SM8350_MASTER_PCIE_1 46 5862306a36Sopenharmony_ci#define SM8350_MASTER_QDSS_DAP 47 5962306a36Sopenharmony_ci#define SM8350_MASTER_QDSS_ETR 48 6062306a36Sopenharmony_ci#define SM8350_MASTER_SDCC_2 49 6162306a36Sopenharmony_ci#define SM8350_MASTER_SDCC_4 50 6262306a36Sopenharmony_ci#define SM8350_MASTER_UFS_CARD 51 6362306a36Sopenharmony_ci#define SM8350_MASTER_UFS_MEM 52 6462306a36Sopenharmony_ci#define SM8350_MASTER_USB3_0 53 6562306a36Sopenharmony_ci#define SM8350_MASTER_USB3_1 54 6662306a36Sopenharmony_ci#define SM8350_SLAVE_EBI1 55 6762306a36Sopenharmony_ci#define SM8350_SLAVE_AHB2PHY_SOUTH 56 6862306a36Sopenharmony_ci#define SM8350_SLAVE_AHB2PHY_NORTH 57 6962306a36Sopenharmony_ci#define SM8350_SLAVE_AOSS 58 7062306a36Sopenharmony_ci#define SM8350_SLAVE_APPSS 59 7162306a36Sopenharmony_ci#define SM8350_SLAVE_CAMERA_CFG 60 7262306a36Sopenharmony_ci#define SM8350_SLAVE_CLK_CTL 61 7362306a36Sopenharmony_ci#define SM8350_SLAVE_CDSP_CFG 62 7462306a36Sopenharmony_ci#define SM8350_SLAVE_RBCPR_CX_CFG 63 7562306a36Sopenharmony_ci#define SM8350_SLAVE_RBCPR_MMCX_CFG 64 7662306a36Sopenharmony_ci#define SM8350_SLAVE_RBCPR_MX_CFG 65 7762306a36Sopenharmony_ci#define SM8350_SLAVE_CRYPTO_0_CFG 66 7862306a36Sopenharmony_ci#define SM8350_SLAVE_CX_RDPM 67 7962306a36Sopenharmony_ci#define SM8350_SLAVE_DCC_CFG 68 8062306a36Sopenharmony_ci#define SM8350_SLAVE_DISPLAY_CFG 69 8162306a36Sopenharmony_ci#define SM8350_SLAVE_GFX3D_CFG 70 8262306a36Sopenharmony_ci#define SM8350_SLAVE_HWKM 71 8362306a36Sopenharmony_ci#define SM8350_SLAVE_IMEM_CFG 72 8462306a36Sopenharmony_ci#define SM8350_SLAVE_IPA_CFG 73 8562306a36Sopenharmony_ci#define SM8350_SLAVE_IPC_ROUTER_CFG 74 8662306a36Sopenharmony_ci#define SM8350_SLAVE_LLCC_CFG 75 8762306a36Sopenharmony_ci#define SM8350_SLAVE_LPASS 76 8862306a36Sopenharmony_ci#define SM8350_SLAVE_LPASS_CORE_CFG 77 8962306a36Sopenharmony_ci#define SM8350_SLAVE_LPASS_LPI_CFG 78 9062306a36Sopenharmony_ci#define SM8350_SLAVE_LPASS_MPU_CFG 79 9162306a36Sopenharmony_ci#define SM8350_SLAVE_LPASS_TOP_CFG 80 9262306a36Sopenharmony_ci#define SM8350_SLAVE_MSS_PROC_MS_MPU_CFG 81 9362306a36Sopenharmony_ci#define SM8350_SLAVE_MCDMA_MS_MPU_CFG 82 9462306a36Sopenharmony_ci#define SM8350_SLAVE_CNOC_MSS 83 9562306a36Sopenharmony_ci#define SM8350_SLAVE_MX_RDPM 84 9662306a36Sopenharmony_ci#define SM8350_SLAVE_PCIE_0_CFG 85 9762306a36Sopenharmony_ci#define SM8350_SLAVE_PCIE_1_CFG 86 9862306a36Sopenharmony_ci#define SM8350_SLAVE_PDM 87 9962306a36Sopenharmony_ci#define SM8350_SLAVE_PIMEM_CFG 88 10062306a36Sopenharmony_ci#define SM8350_SLAVE_PKA_WRAPPER_CFG 89 10162306a36Sopenharmony_ci#define SM8350_SLAVE_PMU_WRAPPER_CFG 90 10262306a36Sopenharmony_ci#define SM8350_SLAVE_QDSS_CFG 91 10362306a36Sopenharmony_ci#define SM8350_SLAVE_QSPI_0 92 10462306a36Sopenharmony_ci#define SM8350_SLAVE_QUP_0 93 10562306a36Sopenharmony_ci#define SM8350_SLAVE_QUP_1 94 10662306a36Sopenharmony_ci#define SM8350_SLAVE_QUP_2 95 10762306a36Sopenharmony_ci#define SM8350_SLAVE_SDCC_2 96 10862306a36Sopenharmony_ci#define SM8350_SLAVE_SDCC_4 97 10962306a36Sopenharmony_ci#define SM8350_SLAVE_SECURITY 98 11062306a36Sopenharmony_ci#define SM8350_SLAVE_SPSS_CFG 99 11162306a36Sopenharmony_ci#define SM8350_SLAVE_TCSR 100 11262306a36Sopenharmony_ci#define SM8350_SLAVE_TLMM 101 11362306a36Sopenharmony_ci#define SM8350_SLAVE_UFS_CARD_CFG 102 11462306a36Sopenharmony_ci#define SM8350_SLAVE_UFS_MEM_CFG 103 11562306a36Sopenharmony_ci#define SM8350_SLAVE_USB3_0 104 11662306a36Sopenharmony_ci#define SM8350_SLAVE_USB3_1 105 11762306a36Sopenharmony_ci#define SM8350_SLAVE_VENUS_CFG 106 11862306a36Sopenharmony_ci#define SM8350_SLAVE_VSENSE_CTRL_CFG 107 11962306a36Sopenharmony_ci#define SM8350_SLAVE_A1NOC_CFG 108 12062306a36Sopenharmony_ci#define SM8350_SLAVE_A1NOC_SNOC 109 12162306a36Sopenharmony_ci#define SM8350_SLAVE_A2NOC_CFG 110 12262306a36Sopenharmony_ci#define SM8350_SLAVE_A2NOC_SNOC 111 12362306a36Sopenharmony_ci#define SM8350_SLAVE_DDRSS_CFG 112 12462306a36Sopenharmony_ci#define SM8350_SLAVE_GEM_NOC_CNOC 113 12562306a36Sopenharmony_ci#define SM8350_SLAVE_GEM_NOC_CFG 114 12662306a36Sopenharmony_ci#define SM8350_SLAVE_SNOC_GEM_NOC_GC 115 12762306a36Sopenharmony_ci#define SM8350_SLAVE_SNOC_GEM_NOC_SF 116 12862306a36Sopenharmony_ci#define SM8350_SLAVE_LLCC 117 12962306a36Sopenharmony_ci#define SM8350_SLAVE_MNOC_HF_MEM_NOC 118 13062306a36Sopenharmony_ci#define SM8350_SLAVE_MNOC_SF_MEM_NOC 119 13162306a36Sopenharmony_ci#define SM8350_SLAVE_CNOC_MNOC_CFG 120 13262306a36Sopenharmony_ci#define SM8350_SLAVE_CDSP_MEM_NOC 121 13362306a36Sopenharmony_ci#define SM8350_SLAVE_MEM_NOC_PCIE_SNOC 122 13462306a36Sopenharmony_ci#define SM8350_SLAVE_ANOC_PCIE_GEM_NOC 123 13562306a36Sopenharmony_ci#define SM8350_SLAVE_SNOC_CFG 124 13662306a36Sopenharmony_ci#define SM8350_SLAVE_QUP_CORE_0 125 13762306a36Sopenharmony_ci#define SM8350_SLAVE_QUP_CORE_1 126 13862306a36Sopenharmony_ci#define SM8350_SLAVE_QUP_CORE_2 127 13962306a36Sopenharmony_ci#define SM8350_SLAVE_BOOT_IMEM 128 14062306a36Sopenharmony_ci#define SM8350_SLAVE_IMEM 129 14162306a36Sopenharmony_ci#define SM8350_SLAVE_PIMEM 130 14262306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_NSP_NOC 131 14362306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_A1NOC 132 14462306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_A2NOC 133 14562306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_CNOC 134 14662306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_GEM_NOC_1 135 14762306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_MNOC 136 14862306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICES_LPASS_AML_NOC 137 14962306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_LPASS_AG_NOC 138 15062306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_GEM_NOC_2 139 15162306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_SNOC 140 15262306a36Sopenharmony_ci#define SM8350_SLAVE_SERVICE_GEM_NOC 141 15362306a36Sopenharmony_ci#define SM8350_SLAVE_PCIE_0 142 15462306a36Sopenharmony_ci#define SM8350_SLAVE_PCIE_1 143 15562306a36Sopenharmony_ci#define SM8350_SLAVE_QDSS_STM 144 15662306a36Sopenharmony_ci#define SM8350_SLAVE_TCU 145 15762306a36Sopenharmony_ci#define SM8350_MASTER_LLCC_DISP 146 15862306a36Sopenharmony_ci#define SM8350_MASTER_MNOC_HF_MEM_NOC_DISP 147 15962306a36Sopenharmony_ci#define SM8350_MASTER_MNOC_SF_MEM_NOC_DISP 148 16062306a36Sopenharmony_ci#define SM8350_MASTER_MDP0_DISP 149 16162306a36Sopenharmony_ci#define SM8350_MASTER_MDP1_DISP 150 16262306a36Sopenharmony_ci#define SM8350_MASTER_ROTATOR_DISP 151 16362306a36Sopenharmony_ci#define SM8350_SLAVE_EBI1_DISP 152 16462306a36Sopenharmony_ci#define SM8350_SLAVE_LLCC_DISP 153 16562306a36Sopenharmony_ci#define SM8350_SLAVE_MNOC_HF_MEM_NOC_DISP 154 16662306a36Sopenharmony_ci#define SM8350_SLAVE_MNOC_SF_MEM_NOC_DISP 155 16762306a36Sopenharmony_ci 16862306a36Sopenharmony_ci#endif 169