1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*c66ec88fSEmmanuel Vadot /* 3*c66ec88fSEmmanuel Vadot * This header provides constants for the LM90 thermal bindings. 4*c66ec88fSEmmanuel Vadot */ 5*c66ec88fSEmmanuel Vadot 6*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_THERMAL_LM90_H_ 7*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_THERMAL_LM90_H_ 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel Vadot #define LM90_LOCAL_TEMPERATURE 0 10*c66ec88fSEmmanuel Vadot #define LM90_REMOTE_TEMPERATURE 1 11*c66ec88fSEmmanuel Vadot #define LM90_REMOTE2_TEMPERATURE 2 12*c66ec88fSEmmanuel Vadot 13*c66ec88fSEmmanuel Vadot #endif 14