162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * This header provides constants for binding nvidia,tegra124-soctherm.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
762306a36Sopenharmony_ci#define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define TEGRA124_SOCTHERM_SENSOR_CPU 0
1062306a36Sopenharmony_ci#define TEGRA124_SOCTHERM_SENSOR_MEM 1
1162306a36Sopenharmony_ci#define TEGRA124_SOCTHERM_SENSOR_GPU 2
1262306a36Sopenharmony_ci#define TEGRA124_SOCTHERM_SENSOR_PLLX 3
1362306a36Sopenharmony_ci#define TEGRA124_SOCTHERM_SENSOR_NUM 4
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#define TEGRA_SOCTHERM_THROT_LEVEL_NONE 0
1662306a36Sopenharmony_ci#define TEGRA_SOCTHERM_THROT_LEVEL_LOW  1
1762306a36Sopenharmony_ci#define TEGRA_SOCTHERM_THROT_LEVEL_MED  2
1862306a36Sopenharmony_ci#define TEGRA_SOCTHERM_THROT_LEVEL_HIGH 3
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#endif
21