xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/reset/tegra124-car.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * This header provides Tegra124-specific constants for binding
4*c66ec88fSEmmanuel Vadot  * nvidia,tegra124-car.
5*c66ec88fSEmmanuel Vadot  */
6*c66ec88fSEmmanuel Vadot 
7*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_RESET_TEGRA124_CAR_H
8*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_RESET_TEGRA124_CAR_H
9*c66ec88fSEmmanuel Vadot 
10*c66ec88fSEmmanuel Vadot #define TEGRA124_RESET(x)		(6 * 32 + (x))
11*c66ec88fSEmmanuel Vadot #define TEGRA124_RST_DFLL_DVCO		TEGRA124_RESET(0)
12*c66ec88fSEmmanuel Vadot 
13*c66ec88fSEmmanuel Vadot #endif	/* _DT_BINDINGS_RESET_TEGRA124_CAR_H */
14