1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/hwmon/national,lm90.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: LM90 series thermometer
10 - Jean Delvare <jdelvare@suse.com>
11 - Guenter Roeck <linux@roeck-us.net>
45 Single interrupt specifier which describes the LM90 "-ALERT" pin
51 "#thermal-sensor-cells":
61 description: phandle to the regulator that provides the +VCC supply
63 ti,extended-range-enable:
64 description: Set to enable extended range temperature.
74 description: Represents channels of the device and their specific configuration.
78 description: The channel number. 0 is local channel, 1-2 are remote channels.
84 description: A descriptive name for this channel, like "ambient" or "psu".
86 temperature-offset-millicelsius:
87 description: Temperature offset to be added to or subtracted from remote temperature measurements.
92 additionalProperties: false
108 ti,extended-range-enable: false
127 temperature-offset-millicelsius: false
142 temperature-offset-millicelsius:
164 temperature-offset-millicelsius:
178 temperature-offset-millicelsius:
181 additionalProperties: false
185 #include <dt-bindings/interrupt-controller/irq.h>
188 #address-cells = <1>;
192 compatible = "onnn,nct1008";
194 vcc-supply = <&palmas_ldo6_reg>;
195 interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
196 #thermal-sensor-cells = <1>;
201 #address-cells = <1>;
205 compatible = "adi,adt7481";
207 #address-cells = <1>;
218 temperature-offset-millicelsius = <4000>;
224 temperature-offset-millicelsius = <750>;