Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Qualcomm SDX55 interconnect IDs
0004  *
0005  * Copyright (c) 2021, Linaro Ltd.
0006  * Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
0007  */
0008 
0009 #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDX55_H
0010 #define __DT_BINDINGS_INTERCONNECT_QCOM_SDX55_H
0011 
0012 #define MASTER_LLCC         0
0013 #define SLAVE_EBI_CH0           1
0014 
0015 #define MASTER_TCU_0            0
0016 #define MASTER_SNOC_GC_MEM_NOC      1
0017 #define MASTER_AMPSS_M0         2
0018 #define SLAVE_LLCC          3
0019 #define SLAVE_MEM_NOC_SNOC      4
0020 #define SLAVE_MEM_NOC_PCIE_SNOC     5
0021 
0022 #define MASTER_AUDIO            0
0023 #define MASTER_BLSP_1           1
0024 #define MASTER_QDSS_BAM         2
0025 #define MASTER_QPIC         3
0026 #define MASTER_SNOC_CFG         4
0027 #define MASTER_SPMI_FETCHER     5
0028 #define MASTER_ANOC_SNOC        6
0029 #define MASTER_IPA          7
0030 #define MASTER_MEM_NOC_SNOC     8
0031 #define MASTER_MEM_NOC_PCIE_SNOC    9
0032 #define MASTER_CRYPTO_CORE_0        10
0033 #define MASTER_EMAC         11
0034 #define MASTER_IPA_PCIE         12
0035 #define MASTER_PCIE         13
0036 #define MASTER_QDSS_ETR         14
0037 #define MASTER_SDCC_1           15
0038 #define MASTER_USB3         16
0039 #define SLAVE_AOP           17
0040 #define SLAVE_AOSS          18
0041 #define SLAVE_APPSS         19
0042 #define SLAVE_AUDIO         20
0043 #define SLAVE_BLSP_1            21
0044 #define SLAVE_CLK_CTL           22
0045 #define SLAVE_CRYPTO_0_CFG      23
0046 #define SLAVE_CNOC_DDRSS        24
0047 #define SLAVE_ECC_CFG           25
0048 #define SLAVE_EMAC_CFG          26
0049 #define SLAVE_IMEM_CFG          27
0050 #define SLAVE_IPA_CFG           28
0051 #define SLAVE_CNOC_MSS          29
0052 #define SLAVE_PCIE_PARF         30
0053 #define SLAVE_PDM           31
0054 #define SLAVE_PRNG          32
0055 #define SLAVE_QDSS_CFG          33
0056 #define SLAVE_QPIC          34
0057 #define SLAVE_SDCC_1            35
0058 #define SLAVE_SNOC_CFG          36
0059 #define SLAVE_SPMI_FETCHER      37
0060 #define SLAVE_SPMI_VGI_COEX     38
0061 #define SLAVE_TCSR          39
0062 #define SLAVE_TLMM          40
0063 #define SLAVE_USB3          41
0064 #define SLAVE_USB3_PHY_CFG      42
0065 #define SLAVE_ANOC_SNOC         43
0066 #define SLAVE_SNOC_MEM_NOC_GC       44
0067 #define SLAVE_OCIMEM            45
0068 #define SLAVE_SERVICE_SNOC      46
0069 #define SLAVE_PCIE_0            47
0070 #define SLAVE_QDSS_STM          48
0071 #define SLAVE_TCU           49
0072 
0073 #define MASTER_IPA_CORE         0
0074 #define SLAVE_IPA_CORE          1
0075 
0076 #endif