xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,sm8550-rpmh.h (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
1*cb7aa33aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*cb7aa33aSEmmanuel Vadot /*
3*cb7aa33aSEmmanuel Vadot  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
4*cb7aa33aSEmmanuel Vadot  * Copyright (c) 2022, Linaro Limited
5*cb7aa33aSEmmanuel Vadot  */
6*cb7aa33aSEmmanuel Vadot 
7*cb7aa33aSEmmanuel Vadot #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SM8550_H
8*cb7aa33aSEmmanuel Vadot #define __DT_BINDINGS_INTERCONNECT_QCOM_SM8550_H
9*cb7aa33aSEmmanuel Vadot 
10*cb7aa33aSEmmanuel Vadot #define MASTER_QSPI_0				0
11*cb7aa33aSEmmanuel Vadot #define MASTER_QUP_1				1
12*cb7aa33aSEmmanuel Vadot #define MASTER_SDCC_4				2
13*cb7aa33aSEmmanuel Vadot #define MASTER_UFS_MEM				3
14*cb7aa33aSEmmanuel Vadot #define MASTER_USB3_0				4
15*cb7aa33aSEmmanuel Vadot #define SLAVE_A1NOC_SNOC			5
16*cb7aa33aSEmmanuel Vadot 
17*cb7aa33aSEmmanuel Vadot #define MASTER_QDSS_BAM				0
18*cb7aa33aSEmmanuel Vadot #define MASTER_QUP_2				1
19*cb7aa33aSEmmanuel Vadot #define MASTER_CRYPTO				2
20*cb7aa33aSEmmanuel Vadot #define MASTER_IPA				3
21*cb7aa33aSEmmanuel Vadot #define MASTER_SP				4
22*cb7aa33aSEmmanuel Vadot #define MASTER_QDSS_ETR				5
23*cb7aa33aSEmmanuel Vadot #define MASTER_QDSS_ETR_1			6
24*cb7aa33aSEmmanuel Vadot #define MASTER_SDCC_2				7
25*cb7aa33aSEmmanuel Vadot #define SLAVE_A2NOC_SNOC			8
26*cb7aa33aSEmmanuel Vadot 
27*cb7aa33aSEmmanuel Vadot #define MASTER_QUP_CORE_0			0
28*cb7aa33aSEmmanuel Vadot #define MASTER_QUP_CORE_1			1
29*cb7aa33aSEmmanuel Vadot #define MASTER_QUP_CORE_2			2
30*cb7aa33aSEmmanuel Vadot #define SLAVE_QUP_CORE_0			3
31*cb7aa33aSEmmanuel Vadot #define SLAVE_QUP_CORE_1			4
32*cb7aa33aSEmmanuel Vadot #define SLAVE_QUP_CORE_2			5
33*cb7aa33aSEmmanuel Vadot 
34*cb7aa33aSEmmanuel Vadot #define MASTER_CNOC_CFG				0
35*cb7aa33aSEmmanuel Vadot #define SLAVE_AHB2PHY_SOUTH			1
36*cb7aa33aSEmmanuel Vadot #define SLAVE_AHB2PHY_NORTH			2
37*cb7aa33aSEmmanuel Vadot #define SLAVE_APPSS				3
38*cb7aa33aSEmmanuel Vadot #define SLAVE_CAMERA_CFG			4
39*cb7aa33aSEmmanuel Vadot #define SLAVE_CLK_CTL				5
40*cb7aa33aSEmmanuel Vadot #define SLAVE_RBCPR_CX_CFG			6
41*cb7aa33aSEmmanuel Vadot #define SLAVE_RBCPR_MMCX_CFG			7
42*cb7aa33aSEmmanuel Vadot #define SLAVE_RBCPR_MXA_CFG			8
43*cb7aa33aSEmmanuel Vadot #define SLAVE_RBCPR_MXC_CFG			9
44*cb7aa33aSEmmanuel Vadot #define SLAVE_CPR_NSPCX				10
45*cb7aa33aSEmmanuel Vadot #define SLAVE_CRYPTO_0_CFG			11
46*cb7aa33aSEmmanuel Vadot #define SLAVE_CX_RDPM				12
47*cb7aa33aSEmmanuel Vadot #define SLAVE_DISPLAY_CFG			13
48*cb7aa33aSEmmanuel Vadot #define SLAVE_GFX3D_CFG				14
49*cb7aa33aSEmmanuel Vadot #define SLAVE_I2C				15
50*cb7aa33aSEmmanuel Vadot #define SLAVE_IMEM_CFG				16
51*cb7aa33aSEmmanuel Vadot #define SLAVE_IPA_CFG				17
52*cb7aa33aSEmmanuel Vadot #define SLAVE_IPC_ROUTER_CFG			18
53*cb7aa33aSEmmanuel Vadot #define SLAVE_CNOC_MSS				19
54*cb7aa33aSEmmanuel Vadot #define SLAVE_MX_RDPM				20
55*cb7aa33aSEmmanuel Vadot #define SLAVE_PCIE_0_CFG			21
56*cb7aa33aSEmmanuel Vadot #define SLAVE_PCIE_1_CFG			22
57*cb7aa33aSEmmanuel Vadot #define SLAVE_PDM				23
58*cb7aa33aSEmmanuel Vadot #define SLAVE_PIMEM_CFG				24
59*cb7aa33aSEmmanuel Vadot #define SLAVE_PRNG				25
60*cb7aa33aSEmmanuel Vadot #define SLAVE_QDSS_CFG				26
61*cb7aa33aSEmmanuel Vadot #define SLAVE_QSPI_0				27
62*cb7aa33aSEmmanuel Vadot #define SLAVE_QUP_1				28
63*cb7aa33aSEmmanuel Vadot #define SLAVE_QUP_2				29
64*cb7aa33aSEmmanuel Vadot #define SLAVE_SDCC_2				30
65*cb7aa33aSEmmanuel Vadot #define SLAVE_SDCC_4				31
66*cb7aa33aSEmmanuel Vadot #define SLAVE_SPSS_CFG				32
67*cb7aa33aSEmmanuel Vadot #define SLAVE_TCSR				33
68*cb7aa33aSEmmanuel Vadot #define SLAVE_TLMM				34
69*cb7aa33aSEmmanuel Vadot #define SLAVE_UFS_MEM_CFG			35
70*cb7aa33aSEmmanuel Vadot #define SLAVE_USB3_0				36
71*cb7aa33aSEmmanuel Vadot #define SLAVE_VENUS_CFG				37
72*cb7aa33aSEmmanuel Vadot #define SLAVE_VSENSE_CTRL_CFG			38
73*cb7aa33aSEmmanuel Vadot #define SLAVE_LPASS_QTB_CFG			39
74*cb7aa33aSEmmanuel Vadot #define SLAVE_CNOC_MNOC_CFG			40
75*cb7aa33aSEmmanuel Vadot #define SLAVE_NSP_QTB_CFG			41
76*cb7aa33aSEmmanuel Vadot #define SLAVE_PCIE_ANOC_CFG			42
77*cb7aa33aSEmmanuel Vadot #define SLAVE_QDSS_STM				43
78*cb7aa33aSEmmanuel Vadot #define SLAVE_TCU				44
79*cb7aa33aSEmmanuel Vadot 
80*cb7aa33aSEmmanuel Vadot #define MASTER_GEM_NOC_CNOC			0
81*cb7aa33aSEmmanuel Vadot #define MASTER_GEM_NOC_PCIE_SNOC		1
82*cb7aa33aSEmmanuel Vadot #define SLAVE_AOSS				2
83*cb7aa33aSEmmanuel Vadot #define SLAVE_TME_CFG				3
84*cb7aa33aSEmmanuel Vadot #define SLAVE_CNOC_CFG				4
85*cb7aa33aSEmmanuel Vadot #define SLAVE_DDRSS_CFG				5
86*cb7aa33aSEmmanuel Vadot #define SLAVE_BOOT_IMEM				6
87*cb7aa33aSEmmanuel Vadot #define SLAVE_IMEM				7
88*cb7aa33aSEmmanuel Vadot #define SLAVE_PCIE_0				8
89*cb7aa33aSEmmanuel Vadot #define SLAVE_PCIE_1				9
90*cb7aa33aSEmmanuel Vadot 
91*cb7aa33aSEmmanuel Vadot #define MASTER_GPU_TCU				0
92*cb7aa33aSEmmanuel Vadot #define MASTER_SYS_TCU				1
93*cb7aa33aSEmmanuel Vadot #define MASTER_APPSS_PROC			2
94*cb7aa33aSEmmanuel Vadot #define MASTER_GFX3D				3
95*cb7aa33aSEmmanuel Vadot #define MASTER_LPASS_GEM_NOC			4
96*cb7aa33aSEmmanuel Vadot #define MASTER_MSS_PROC				5
97*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_HF_MEM_NOC			6
98*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_SF_MEM_NOC			7
99*cb7aa33aSEmmanuel Vadot #define MASTER_COMPUTE_NOC			8
100*cb7aa33aSEmmanuel Vadot #define MASTER_ANOC_PCIE_GEM_NOC		9
101*cb7aa33aSEmmanuel Vadot #define MASTER_SNOC_GC_MEM_NOC			10
102*cb7aa33aSEmmanuel Vadot #define MASTER_SNOC_SF_MEM_NOC			11
103*cb7aa33aSEmmanuel Vadot #define SLAVE_GEM_NOC_CNOC			12
104*cb7aa33aSEmmanuel Vadot #define SLAVE_LLCC				13
105*cb7aa33aSEmmanuel Vadot #define SLAVE_MEM_NOC_PCIE_SNOC			14
106*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_HF_MEM_NOC_DISP		15
107*cb7aa33aSEmmanuel Vadot #define MASTER_ANOC_PCIE_GEM_NOC_DISP		16
108*cb7aa33aSEmmanuel Vadot #define SLAVE_LLCC_DISP				17
109*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_HF_MEM_NOC_CAM_IFE_0	18
110*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_SF_MEM_NOC_CAM_IFE_0	19
111*cb7aa33aSEmmanuel Vadot #define MASTER_ANOC_PCIE_GEM_NOC_CAM_IFE_0	20
112*cb7aa33aSEmmanuel Vadot #define SLAVE_LLCC_CAM_IFE_0			21
113*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_HF_MEM_NOC_CAM_IFE_1	22
114*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_SF_MEM_NOC_CAM_IFE_1	23
115*cb7aa33aSEmmanuel Vadot #define MASTER_ANOC_PCIE_GEM_NOC_CAM_IFE_1	24
116*cb7aa33aSEmmanuel Vadot #define SLAVE_LLCC_CAM_IFE_1			25
117*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_HF_MEM_NOC_CAM_IFE_2	26
118*cb7aa33aSEmmanuel Vadot #define MASTER_MNOC_SF_MEM_NOC_CAM_IFE_2	27
119*cb7aa33aSEmmanuel Vadot #define MASTER_ANOC_PCIE_GEM_NOC_CAM_IFE_2	28
120*cb7aa33aSEmmanuel Vadot #define SLAVE_LLCC_CAM_IFE_2			29
121*cb7aa33aSEmmanuel Vadot 
122*cb7aa33aSEmmanuel Vadot #define MASTER_LPIAON_NOC			0
123*cb7aa33aSEmmanuel Vadot #define SLAVE_LPASS_GEM_NOC			1
124*cb7aa33aSEmmanuel Vadot 
125*cb7aa33aSEmmanuel Vadot #define MASTER_LPASS_LPINOC			0
126*cb7aa33aSEmmanuel Vadot #define SLAVE_LPIAON_NOC_LPASS_AG_NOC		1
127*cb7aa33aSEmmanuel Vadot 
128*cb7aa33aSEmmanuel Vadot #define MASTER_LPASS_PROC			0
129*cb7aa33aSEmmanuel Vadot #define SLAVE_LPICX_NOC_LPIAON_NOC		1
130*cb7aa33aSEmmanuel Vadot 
131*cb7aa33aSEmmanuel Vadot #define MASTER_LLCC				0
132*cb7aa33aSEmmanuel Vadot #define SLAVE_EBI1				1
133*cb7aa33aSEmmanuel Vadot #define MASTER_LLCC_DISP			2
134*cb7aa33aSEmmanuel Vadot #define SLAVE_EBI1_DISP				3
135*cb7aa33aSEmmanuel Vadot #define MASTER_LLCC_CAM_IFE_0			4
136*cb7aa33aSEmmanuel Vadot #define SLAVE_EBI1_CAM_IFE_0			5
137*cb7aa33aSEmmanuel Vadot #define MASTER_LLCC_CAM_IFE_1			6
138*cb7aa33aSEmmanuel Vadot #define SLAVE_EBI1_CAM_IFE_1			7
139*cb7aa33aSEmmanuel Vadot #define MASTER_LLCC_CAM_IFE_2			8
140*cb7aa33aSEmmanuel Vadot #define SLAVE_EBI1_CAM_IFE_2			9
141*cb7aa33aSEmmanuel Vadot 
142*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_HF			0
143*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_ICP			1
144*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_SF			2
145*cb7aa33aSEmmanuel Vadot #define MASTER_MDP				3
146*cb7aa33aSEmmanuel Vadot #define MASTER_CDSP_HCP				4
147*cb7aa33aSEmmanuel Vadot #define MASTER_VIDEO				5
148*cb7aa33aSEmmanuel Vadot #define MASTER_VIDEO_CV_PROC			6
149*cb7aa33aSEmmanuel Vadot #define MASTER_VIDEO_PROC			7
150*cb7aa33aSEmmanuel Vadot #define MASTER_VIDEO_V_PROC			8
151*cb7aa33aSEmmanuel Vadot #define MASTER_CNOC_MNOC_CFG			9
152*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_HF_MEM_NOC			10
153*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_SF_MEM_NOC			11
154*cb7aa33aSEmmanuel Vadot #define SLAVE_SERVICE_MNOC			12
155*cb7aa33aSEmmanuel Vadot #define MASTER_MDP_DISP				13
156*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_HF_MEM_NOC_DISP		14
157*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_HF_CAM_IFE_0		15
158*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_ICP_CAM_IFE_0		16
159*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_SF_CAM_IFE_0		17
160*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_HF_MEM_NOC_CAM_IFE_0		18
161*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_SF_MEM_NOC_CAM_IFE_0		19
162*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_HF_CAM_IFE_1		20
163*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_ICP_CAM_IFE_1		21
164*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_SF_CAM_IFE_1		22
165*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_HF_MEM_NOC_CAM_IFE_1		23
166*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_SF_MEM_NOC_CAM_IFE_1		24
167*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_HF_CAM_IFE_2		25
168*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_ICP_CAM_IFE_2		26
169*cb7aa33aSEmmanuel Vadot #define MASTER_CAMNOC_SF_CAM_IFE_2		27
170*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_HF_MEM_NOC_CAM_IFE_2		28
171*cb7aa33aSEmmanuel Vadot #define SLAVE_MNOC_SF_MEM_NOC_CAM_IFE_2		29
172*cb7aa33aSEmmanuel Vadot 
173*cb7aa33aSEmmanuel Vadot #define MASTER_CDSP_PROC			0
174*cb7aa33aSEmmanuel Vadot #define SLAVE_CDSP_MEM_NOC			1
175*cb7aa33aSEmmanuel Vadot 
176*cb7aa33aSEmmanuel Vadot #define MASTER_PCIE_ANOC_CFG			0
177*cb7aa33aSEmmanuel Vadot #define MASTER_PCIE_0				1
178*cb7aa33aSEmmanuel Vadot #define MASTER_PCIE_1				2
179*cb7aa33aSEmmanuel Vadot #define SLAVE_ANOC_PCIE_GEM_NOC			3
180*cb7aa33aSEmmanuel Vadot #define SLAVE_SERVICE_PCIE_ANOC			4
181*cb7aa33aSEmmanuel Vadot 
182*cb7aa33aSEmmanuel Vadot #define MASTER_GIC_AHB				0
183*cb7aa33aSEmmanuel Vadot #define MASTER_A1NOC_SNOC			1
184*cb7aa33aSEmmanuel Vadot #define MASTER_A2NOC_SNOC			2
185*cb7aa33aSEmmanuel Vadot #define MASTER_GIC				3
186*cb7aa33aSEmmanuel Vadot #define SLAVE_SNOC_GEM_NOC_GC			4
187*cb7aa33aSEmmanuel Vadot #define SLAVE_SNOC_GEM_NOC_SF			5
188*cb7aa33aSEmmanuel Vadot 
189*cb7aa33aSEmmanuel Vadot #endif
190