xref: /linux/include/dt-bindings/reset/tegra210-car.h (revision 0408c58be5a475c99b271f08d85859f7b59ec767)
1 /*
2  * This header provides Tegra210-specific constants for binding
3  * nvidia,tegra210-car.
4  */
5 
6 #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H
7 #define _DT_BINDINGS_RESET_TEGRA210_CAR_H
8 
9 #define TEGRA210_RESET(x)		(7 * 32 + (x))
10 #define TEGRA210_RST_DFLL_DVCO		TEGRA210_RESET(0)
11 #define TEGRA210_RST_ADSP		TEGRA210_RESET(1)
12 
13 #endif	/* _DT_BINDINGS_RESET_TEGRA210_CAR_H */
14