1 * LM90 series thermometer.
3 Required node properties:
4 - compatible: manufacturer and chip name, one of
27 - reg: I2C bus address of the device
29 - vcc-supply: vcc regulator for the supply voltage.
32 - interrupts: Contains a single interrupt specifier which describes the
33 LM90 "-ALERT" pin output.
34 See interrupt-controller/interrupts.txt for the format.
36 - #thermal-sensor-cells: should be set to 1. See thermal/thermal.txt for
37 details. See <include/dt-bindings/thermal/lm90.h> for the
38 definition of the local, remote and 2nd remote sensor index
44 compatible = "onnn,nct1008";
46 vcc-supply = <&palmas_ldo6_reg>;
47 interrupt-parent = <&gpio>;
48 interrupts = <TEGRA_GPIO(O, 4) IRQ_TYPE_LEVEL_LOW>;
49 #thermal-sensor-cells = <1>;