Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Qualcomm interconnect IDs
0004  *
0005  * Copyright (c) 2020, Linaro Ltd.
0006  * Author: Jun Nie <jun.nie@linaro.org>
0007  */
0008 
0009 #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8939_H
0010 #define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8939_H
0011 
0012 #define BIMC_SNOC_SLV           0
0013 #define MASTER_QDSS_BAM         1
0014 #define MASTER_QDSS_ETR         2
0015 #define MASTER_SNOC_CFG         3
0016 #define PCNOC_SNOC_SLV          4
0017 #define SLAVE_APSS          5
0018 #define SLAVE_CATS_128          6
0019 #define SLAVE_OCMEM_64          7
0020 #define SLAVE_IMEM          8
0021 #define SLAVE_QDSS_STM          9
0022 #define SLAVE_SRVC_SNOC         10
0023 #define SNOC_BIMC_0_MAS         11
0024 #define SNOC_BIMC_1_MAS         12
0025 #define SNOC_BIMC_2_MAS         13
0026 #define SNOC_INT_0          14
0027 #define SNOC_INT_1          15
0028 #define SNOC_INT_BIMC           16
0029 #define SNOC_PCNOC_MAS          17
0030 #define SNOC_QDSS_INT           18
0031 
0032 #define MASTER_VIDEO_P0         0
0033 #define MASTER_JPEG         1
0034 #define MASTER_VFE          2
0035 #define MASTER_MDP_PORT0        3
0036 #define MASTER_MDP_PORT1        4
0037 #define MASTER_CPP          5
0038 #define SNOC_MM_INT_0           6
0039 #define SNOC_MM_INT_1           7
0040 #define SNOC_MM_INT_2           8
0041 
0042 #define BIMC_SNOC_MAS           0
0043 #define MASTER_AMPSS_M0         1
0044 #define MASTER_GRAPHICS_3D      2
0045 #define MASTER_TCU0         3
0046 #define SLAVE_AMPSS_L2          4
0047 #define SLAVE_EBI_CH0           5
0048 #define SNOC_BIMC_0_SLV         6
0049 #define SNOC_BIMC_1_SLV         7
0050 #define SNOC_BIMC_2_SLV         8
0051 
0052 #define MASTER_BLSP_1           0
0053 #define MASTER_DEHR         1
0054 #define MASTER_LPASS            2
0055 #define MASTER_CRYPTO_CORE0     3
0056 #define MASTER_SDCC_1           4
0057 #define MASTER_SDCC_2           5
0058 #define MASTER_SPDM         6
0059 #define MASTER_USB_HS1          7
0060 #define MASTER_USB_HS2          8
0061 #define PCNOC_INT_0         9
0062 #define PCNOC_INT_1         10
0063 #define PCNOC_MAS_0         11
0064 #define PCNOC_MAS_1         12
0065 #define PCNOC_SLV_0         13
0066 #define PCNOC_SLV_1         14
0067 #define PCNOC_SLV_2         15
0068 #define PCNOC_SLV_3         16
0069 #define PCNOC_SLV_4         17
0070 #define PCNOC_SLV_8         18
0071 #define PCNOC_SLV_9         19
0072 #define PCNOC_SNOC_MAS          20
0073 #define SLAVE_BIMC_CFG          21
0074 #define SLAVE_BLSP_1            22
0075 #define SLAVE_BOOT_ROM          23
0076 #define SLAVE_CAMERA_CFG        24
0077 #define SLAVE_CLK_CTL           25
0078 #define SLAVE_CRYPTO_0_CFG          26
0079 #define SLAVE_DEHR_CFG          27
0080 #define SLAVE_DISPLAY_CFG           28
0081 #define SLAVE_GRAPHICS_3D_CFG           29
0082 #define SLAVE_IMEM_CFG          30
0083 #define SLAVE_LPASS         31
0084 #define SLAVE_MPM           32
0085 #define SLAVE_MSG_RAM           33
0086 #define SLAVE_MSS           34
0087 #define SLAVE_PDM           35
0088 #define SLAVE_PMIC_ARB          36
0089 #define SLAVE_PCNOC_CFG         37
0090 #define SLAVE_PRNG          38
0091 #define SLAVE_QDSS_CFG          39
0092 #define SLAVE_RBCPR_CFG         40
0093 #define SLAVE_SDCC_1            41
0094 #define SLAVE_SDCC_2            42
0095 #define SLAVE_SECURITY          43
0096 #define SLAVE_SNOC_CFG          44
0097 #define SLAVE_SPDM          45
0098 #define SLAVE_TCSR          46
0099 #define SLAVE_TLMM          47
0100 #define SLAVE_USB_HS1           48
0101 #define SLAVE_USB_HS2           49
0102 #define SLAVE_VENUS_CFG         50
0103 #define SNOC_PCNOC_SLV          51
0104 
0105 #endif