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