162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * This header provides constants for binding nvidia,tegra234-bpmp-thermal.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
762306a36Sopenharmony_ci#define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_CPU		0
1062306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_GPU		1
1162306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_CV0		2
1262306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_CV1		3
1362306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_CV2		4
1462306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_SOC0		5
1562306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_SOC1		6
1662306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_SOC2		7
1762306a36Sopenharmony_ci#define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX	8
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci#endif
20