18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This header provides Tegra210-specific constants for binding
48c2ecf20Sopenharmony_ci * nvidia,tegra210-car.
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H
88c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RESET_TEGRA210_CAR_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define TEGRA210_RESET(x)		(7 * 32 + (x))
118c2ecf20Sopenharmony_ci#define TEGRA210_RST_DFLL_DVCO		TEGRA210_RESET(0)
128c2ecf20Sopenharmony_ci#define TEGRA210_RST_ADSP		TEGRA210_RESET(1)
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif	/* _DT_BINDINGS_RESET_TEGRA210_CAR_H */
15