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.
39 compatible = "onnn,nct1008";
41 vcc-supply = <&palmas_ldo6_reg>;
42 interrupt-parent = <&gpio>;
43 interrupts = <TEGRA_GPIO(O, 4) IRQ_TYPE_LEVEL_LOW>;