162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * This header provides constants for the LM90 thermal bindings.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_THERMAL_LM90_H_
762306a36Sopenharmony_ci#define _DT_BINDINGS_THERMAL_LM90_H_
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define LM90_LOCAL_TEMPERATURE 0
1062306a36Sopenharmony_ci#define LM90_REMOTE_TEMPERATURE 1
1162306a36Sopenharmony_ci#define LM90_REMOTE2_TEMPERATURE 2
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#endif
14