xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,qcs404.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * Qualcomm interconnect IDs
4*c66ec88fSEmmanuel Vadot  *
5*c66ec88fSEmmanuel Vadot  * Copyright (c) 2019, Linaro Ltd.
6*c66ec88fSEmmanuel Vadot  * Author: Georgi Djakov <georgi.djakov@linaro.org>
7*c66ec88fSEmmanuel Vadot  */
8*c66ec88fSEmmanuel Vadot 
9*c66ec88fSEmmanuel Vadot #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_QCS404_H
10*c66ec88fSEmmanuel Vadot #define __DT_BINDINGS_INTERCONNECT_QCOM_QCS404_H
11*c66ec88fSEmmanuel Vadot 
12*c66ec88fSEmmanuel Vadot #define MASTER_AMPSS_M0			0
13*c66ec88fSEmmanuel Vadot #define MASTER_OXILI			1
14*c66ec88fSEmmanuel Vadot #define MASTER_MDP_PORT0		2
15*c66ec88fSEmmanuel Vadot #define MASTER_SNOC_BIMC_1		3
16*c66ec88fSEmmanuel Vadot #define MASTER_TCU_0			4
17*c66ec88fSEmmanuel Vadot #define SLAVE_EBI_CH0			5
18*c66ec88fSEmmanuel Vadot #define SLAVE_BIMC_SNOC			6
19*c66ec88fSEmmanuel Vadot 
20*c66ec88fSEmmanuel Vadot #define MASTER_SPDM			0
21*c66ec88fSEmmanuel Vadot #define MASTER_BLSP_1			1
22*c66ec88fSEmmanuel Vadot #define MASTER_BLSP_2			2
23*c66ec88fSEmmanuel Vadot #define MASTER_XI_USB_HS1		3
24*c66ec88fSEmmanuel Vadot #define MASTER_CRYPT0			4
25*c66ec88fSEmmanuel Vadot #define MASTER_SDCC_1			5
26*c66ec88fSEmmanuel Vadot #define MASTER_SDCC_2			6
27*c66ec88fSEmmanuel Vadot #define MASTER_SNOC_PCNOC		7
28*c66ec88fSEmmanuel Vadot #define MASTER_QPIC			8
29*c66ec88fSEmmanuel Vadot #define PCNOC_INT_0			9
30*c66ec88fSEmmanuel Vadot #define PCNOC_INT_2			10
31*c66ec88fSEmmanuel Vadot #define PCNOC_INT_3			11
32*c66ec88fSEmmanuel Vadot #define PCNOC_S_0			12
33*c66ec88fSEmmanuel Vadot #define PCNOC_S_1			13
34*c66ec88fSEmmanuel Vadot #define PCNOC_S_2			14
35*c66ec88fSEmmanuel Vadot #define PCNOC_S_3			15
36*c66ec88fSEmmanuel Vadot #define PCNOC_S_4			16
37*c66ec88fSEmmanuel Vadot #define PCNOC_S_6			17
38*c66ec88fSEmmanuel Vadot #define PCNOC_S_7			18
39*c66ec88fSEmmanuel Vadot #define PCNOC_S_8			19
40*c66ec88fSEmmanuel Vadot #define PCNOC_S_9			20
41*c66ec88fSEmmanuel Vadot #define PCNOC_S_10			21
42*c66ec88fSEmmanuel Vadot #define PCNOC_S_11			22
43*c66ec88fSEmmanuel Vadot #define SLAVE_SPDM			23
44*c66ec88fSEmmanuel Vadot #define SLAVE_PDM			24
45*c66ec88fSEmmanuel Vadot #define SLAVE_PRNG			25
46*c66ec88fSEmmanuel Vadot #define SLAVE_TCSR			26
47*c66ec88fSEmmanuel Vadot #define SLAVE_SNOC_CFG			27
48*c66ec88fSEmmanuel Vadot #define SLAVE_MESSAGE_RAM		28
49*c66ec88fSEmmanuel Vadot #define SLAVE_DISP_SS_CFG		29
50*c66ec88fSEmmanuel Vadot #define SLAVE_GPU_CFG			30
51*c66ec88fSEmmanuel Vadot #define SLAVE_BLSP_1			31
52*c66ec88fSEmmanuel Vadot #define SLAVE_BLSP_2			32
53*c66ec88fSEmmanuel Vadot #define SLAVE_TLMM_NORTH		33
54*c66ec88fSEmmanuel Vadot #define SLAVE_PCIE			34
55*c66ec88fSEmmanuel Vadot #define SLAVE_ETHERNET			35
56*c66ec88fSEmmanuel Vadot #define SLAVE_TLMM_EAST			36
57*c66ec88fSEmmanuel Vadot #define SLAVE_TCU			37
58*c66ec88fSEmmanuel Vadot #define SLAVE_PMIC_ARB			38
59*c66ec88fSEmmanuel Vadot #define SLAVE_SDCC_1			39
60*c66ec88fSEmmanuel Vadot #define SLAVE_SDCC_2			40
61*c66ec88fSEmmanuel Vadot #define SLAVE_TLMM_SOUTH		41
62*c66ec88fSEmmanuel Vadot #define SLAVE_USB_HS			42
63*c66ec88fSEmmanuel Vadot #define SLAVE_USB3			43
64*c66ec88fSEmmanuel Vadot #define SLAVE_CRYPTO_0_CFG		44
65*c66ec88fSEmmanuel Vadot #define SLAVE_PCNOC_SNOC		45
66*c66ec88fSEmmanuel Vadot 
67*c66ec88fSEmmanuel Vadot #define MASTER_QDSS_BAM			0
68*c66ec88fSEmmanuel Vadot #define MASTER_BIMC_SNOC		1
69*c66ec88fSEmmanuel Vadot #define MASTER_PCNOC_SNOC		2
70*c66ec88fSEmmanuel Vadot #define MASTER_QDSS_ETR			3
71*c66ec88fSEmmanuel Vadot #define MASTER_EMAC			4
72*c66ec88fSEmmanuel Vadot #define MASTER_PCIE			5
73*c66ec88fSEmmanuel Vadot #define MASTER_USB3			6
74*c66ec88fSEmmanuel Vadot #define QDSS_INT			7
75*c66ec88fSEmmanuel Vadot #define SNOC_INT_0			8
76*c66ec88fSEmmanuel Vadot #define SNOC_INT_1			9
77*c66ec88fSEmmanuel Vadot #define SNOC_INT_2			10
78*c66ec88fSEmmanuel Vadot #define SLAVE_KPSS_AHB			11
79*c66ec88fSEmmanuel Vadot #define SLAVE_WCSS			12
80*c66ec88fSEmmanuel Vadot #define SLAVE_SNOC_BIMC_1		13
81*c66ec88fSEmmanuel Vadot #define SLAVE_IMEM			14
82*c66ec88fSEmmanuel Vadot #define SLAVE_SNOC_PCNOC		15
83*c66ec88fSEmmanuel Vadot #define SLAVE_QDSS_STM			16
84*c66ec88fSEmmanuel Vadot #define SLAVE_CATS_0			17
85*c66ec88fSEmmanuel Vadot #define SLAVE_CATS_1			18
86*c66ec88fSEmmanuel Vadot #define SLAVE_LPASS			19
87*c66ec88fSEmmanuel Vadot 
88*c66ec88fSEmmanuel Vadot #endif
89