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