xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/memory/tegra114-mc.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*c66ec88fSEmmanuel Vadot #ifndef DT_BINDINGS_MEMORY_TEGRA114_MC_H
3*c66ec88fSEmmanuel Vadot #define DT_BINDINGS_MEMORY_TEGRA114_MC_H
4*c66ec88fSEmmanuel Vadot 
5*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_PTC	0
6*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_DC	1
7*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_DCB	2
8*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_EPP	3
9*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_G2	4
10*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_AVPC	5
11*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_NV	6
12*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_HDA	7
13*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_HC	8
14*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_MSENC	9
15*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_PPCS	10
16*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_VDE	11
17*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_MPCORELP	12
18*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_MPCORE	13
19*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_VI	14
20*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_ISP	15
21*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_XUSB_HOST	16
22*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_XUSB_DEV	17
23*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_EMUCIF	18
24*c66ec88fSEmmanuel Vadot #define TEGRA_SWGROUP_TSEC	19
25*c66ec88fSEmmanuel Vadot 
26*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_AVPC		0
27*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_DC		1
28*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_DCB		2
29*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_EPP		3
30*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_2D		4
31*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_HC		5
32*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_HDA		6
33*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_ISP		7
34*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_MPCORE	8
35*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_MPCORELP	9
36*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_MPE		10
37*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_3D		11
38*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_3D2		12
39*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_PPCS		13
40*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_VDE		14
41*c66ec88fSEmmanuel Vadot #define TEGRA114_MC_RESET_VI		15
42*c66ec88fSEmmanuel Vadot 
43*c66ec88fSEmmanuel Vadot #endif
44