xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,ipq9574.h (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*0e8011faSEmmanuel Vadot #ifndef INTERCONNECT_QCOM_IPQ9574_H
3*0e8011faSEmmanuel Vadot #define INTERCONNECT_QCOM_IPQ9574_H
4*0e8011faSEmmanuel Vadot 
5*0e8011faSEmmanuel Vadot #define MASTER_ANOC_PCIE0		0
6*0e8011faSEmmanuel Vadot #define SLAVE_ANOC_PCIE0		1
7*0e8011faSEmmanuel Vadot #define MASTER_SNOC_PCIE0		2
8*0e8011faSEmmanuel Vadot #define SLAVE_SNOC_PCIE0		3
9*0e8011faSEmmanuel Vadot #define MASTER_ANOC_PCIE1		4
10*0e8011faSEmmanuel Vadot #define SLAVE_ANOC_PCIE1		5
11*0e8011faSEmmanuel Vadot #define MASTER_SNOC_PCIE1		6
12*0e8011faSEmmanuel Vadot #define SLAVE_SNOC_PCIE1		7
13*0e8011faSEmmanuel Vadot #define MASTER_ANOC_PCIE2		8
14*0e8011faSEmmanuel Vadot #define SLAVE_ANOC_PCIE2		9
15*0e8011faSEmmanuel Vadot #define MASTER_SNOC_PCIE2		10
16*0e8011faSEmmanuel Vadot #define SLAVE_SNOC_PCIE2		11
17*0e8011faSEmmanuel Vadot #define MASTER_ANOC_PCIE3		12
18*0e8011faSEmmanuel Vadot #define SLAVE_ANOC_PCIE3		13
19*0e8011faSEmmanuel Vadot #define MASTER_SNOC_PCIE3		14
20*0e8011faSEmmanuel Vadot #define SLAVE_SNOC_PCIE3		15
21*0e8011faSEmmanuel Vadot #define MASTER_USB			16
22*0e8011faSEmmanuel Vadot #define SLAVE_USB			17
23*0e8011faSEmmanuel Vadot #define MASTER_USB_AXI			18
24*0e8011faSEmmanuel Vadot #define SLAVE_USB_AXI			19
25*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_NSSCC		20
26*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_NSSCC		21
27*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_SNOC_0		22
28*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_SNOC_0		23
29*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_SNOC_1		24
30*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_SNOC_1		25
31*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_PCNOC_1		26
32*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_PCNOC_1		27
33*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_QOSGEN_REF	28
34*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_QOSGEN_REF		29
35*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_TIMEOUT_REF	30
36*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_TIMEOUT_REF	31
37*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_XO_DCD		32
38*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_XO_DCD		33
39*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_ATB		34
40*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_ATB		35
41*0e8011faSEmmanuel Vadot #define MASTER_MEM_NOC_NSSNOC		36
42*0e8011faSEmmanuel Vadot #define SLAVE_MEM_NOC_NSSNOC		37
43*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_MEMNOC		38
44*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_MEMNOC		39
45*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_MEM_NOC_1		40
46*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_MEM_NOC_1		41
47*0e8011faSEmmanuel Vadot 
48*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_PPE		0
49*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_PPE		1
50*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_PPE_CFG		2
51*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_PPE_CFG		3
52*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_NSS_CSR		4
53*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_NSS_CSR		5
54*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_IMEM_QSB		6
55*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_IMEM_QSB		7
56*0e8011faSEmmanuel Vadot #define MASTER_NSSNOC_IMEM_AHB		8
57*0e8011faSEmmanuel Vadot #define SLAVE_NSSNOC_IMEM_AHB		9
58*0e8011faSEmmanuel Vadot 
59*0e8011faSEmmanuel Vadot #endif /* INTERCONNECT_QCOM_IPQ9574_H */
60