162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * This header provides Tegra210-specific constants for binding
462306a36Sopenharmony_ci * nvidia,tegra210-car.
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_TEGRA210_CAR_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define TEGRA210_RESET(x)		(7 * 32 + (x))
1162306a36Sopenharmony_ci#define TEGRA210_RST_DFLL_DVCO		TEGRA210_RESET(0)
1262306a36Sopenharmony_ci#define TEGRA210_RST_ADSP		TEGRA210_RESET(1)
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif	/* _DT_BINDINGS_RESET_TEGRA210_CAR_H */
15