1*09d99078SThierry Reding /* SPDX-License-Identifier: GPL-2.0 */ 2*09d99078SThierry Reding /* 3*09d99078SThierry Reding * This header provides constants for binding nvidia,tegra234-bpmp-thermal. 4*09d99078SThierry Reding */ 5*09d99078SThierry Reding 6*09d99078SThierry Reding #ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H 7*09d99078SThierry Reding #define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H 8*09d99078SThierry Reding 9*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_CPU 0 10*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_GPU 1 11*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_CV0 2 12*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_CV1 3 13*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_CV2 4 14*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_SOC0 5 15*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_SOC1 6 16*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_SOC2 7 17*09d99078SThierry Reding #define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX 8 18*09d99078SThierry Reding 19*09d99078SThierry Reding #endif 20