Lines Matching +full:sensor +full:- +full:node
3 Required node properties:
4 - compatible: manufacturer and chip name, one of
28 - reg: I2C bus address of the device
30 - vcc-supply: vcc regulator for the supply voltage.
33 - interrupts: Contains a single interrupt specifier which describes the
34 LM90 "-ALERT" pin output.
35 See interrupt-controller/interrupts.txt for the format.
37 - #thermal-sensor-cells: should be set to 1. See thermal/thermal-sensor.yaml
38 for details. See <include/dt-bindings/thermal/lm90.h> for the
39 definition of the local, remote and 2nd remote sensor index
42 Example LM90 node:
44 temp-sensor {
47 vcc-supply = <&palmas_ldo6_reg>;
48 interrupt-parent = <&gpio>;
50 #thermal-sensor-cells = <1>;