xref: /linux/include/dt-bindings/reset/nvidia,tegra114-car.h (revision 3aae991cc2ce76deb1034d37021e3ab511c02b3a)
1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2 /*
3  * This header provides Tegra114-specific constants for binding
4  * nvidia,tegra114-car.
5  */
6 
7 #ifndef _DT_BINDINGS_RESET_NVIDIA_TEGRA114_CAR_H
8 #define _DT_BINDINGS_RESET_NVIDIA_TEGRA114_CAR_H
9 
10 #define TEGRA114_RESET(x)		(5 * 32 + (x))
11 #define TEGRA114_RST_DFLL_DVCO		TEGRA114_RESET(0)
12 
13 #endif	/* _DT_BINDINGS_RESET_NVIDIA_TEGRA114_CAR_H */
14