18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This header provides Tegra124-specific constants for binding 48c2ecf20Sopenharmony_ci * nvidia,tegra124-car. 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_TEGRA124_CAR_H 88c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RESET_TEGRA124_CAR_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define TEGRA124_RESET(x) (6 * 32 + (x)) 118c2ecf20Sopenharmony_ci#define TEGRA124_RST_DFLL_DVCO TEGRA124_RESET(0) 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_TEGRA124_CAR_H */ 14