18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This header provides constants for the LM90 thermal bindings. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_THERMAL_LM90_H_ 78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_THERMAL_LM90_H_ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define LM90_LOCAL_TEMPERATURE 0 108c2ecf20Sopenharmony_ci#define LM90_REMOTE_TEMPERATURE 1 118c2ecf20Sopenharmony_ci#define LM90_REMOTE2_TEMPERATURE 2 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif 14