162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * This header provides Tegra124-specific constants for binding
462306a36Sopenharmony_ci * nvidia,tegra124-car.
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_TEGRA124_CAR_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_TEGRA124_CAR_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define TEGRA124_RESET(x)		(6 * 32 + (x))
1162306a36Sopenharmony_ci#define TEGRA124_RST_DFLL_DVCO		TEGRA124_RESET(0)
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#endif	/* _DT_BINDINGS_RESET_TEGRA124_CAR_H */
14