1*f4abbee3SSimon Glass /* 2*f4abbee3SSimon Glass * This header provides Tegra124-specific constants for binding 3*f4abbee3SSimon Glass * nvidia,tegra124-car. 4*f4abbee3SSimon Glass */ 5*f4abbee3SSimon Glass 6*f4abbee3SSimon Glass #ifndef _DT_BINDINGS_RESET_TEGRA124_CAR_H 7*f4abbee3SSimon Glass #define _DT_BINDINGS_RESET_TEGRA124_CAR_H 8*f4abbee3SSimon Glass 9*f4abbee3SSimon Glass #define TEGRA124_RESET(x) (6 * 32 + (x)) 10*f4abbee3SSimon Glass #define TEGRA124_RST_DFLL_DVCO TEGRA124_RESET(0) 11*f4abbee3SSimon Glass 12*f4abbee3SSimon Glass #endif /* _DT_BINDINGS_RESET_TEGRA124_CAR_H */ 13