1 NTC Thermistor hwmon sensors
2 -------------------------------
4 Requires node properties:
5 - "compatible" value : one of
16 /* Usage of vendor name "ntc" is deprecated */
17 <DEPRECATED> "ntc,ncp15wb473"
18 <DEPRECATED> "ntc,ncp18wb473"
19 <DEPRECATED> "ntc,ncp21wb473"
20 <DEPRECATED> "ntc,ncp03wb473"
21 <DEPRECATED> "ntc,ncp15wl333"
23 - "pullup-uv" Pull up voltage in micro volts
24 - "pullup-ohm" Pull up resistor value in ohms
25 - "pulldown-ohm" Pull down resistor value in ohms
26 - "connected-positive" Always ON, If not specified.
27 Status change is possible.
28 - "io-channels" Channel node of ADC to be used for
31 Optional node properties:
32 - "#thermal-sensor-cells" Used to expose itself to thermal fw.
34 Read more about iio bindings at
35 Documentation/devicetree/bindings/iio/iio-bindings.txt
39 compatible = "murata,ncp15wb473";
40 pullup-uv = <1800000>;
43 io-channels = <&adc 3>;