WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / hwmon / lm87.txt
blobe1b79903f2043d6e3c16876b6651bb263afbb9fd
1 *LM87 hwmon sensor.
3 Required properties:
4 - compatible: Should be
5         "ti,lm87"
7 - reg: I2C address
9 optional properties:
10 - has-temp3: This configures pins 18 and 19 to be used as a second
11              remote temperature sensing channel. By default the pins
12              are configured as voltage input pins in0 and in5.
14 - has-in6: When set, pin 5 is configured to be used as voltage input
15            in6. Otherwise the pin is set as FAN1 input.
17 - has-in7: When set, pin 6 is configured to be used as voltage input
18            in7. Otherwise the pin is set as FAN2 input.
20 - vcc-supply: a Phandle for the regulator supplying power, can be
21               cofigured to measure 5.0V power supply. Default is 3.3V.
23 Example:
25 lm87@2e {
26         compatible = "ti,lm87";
27         reg = <0x2e>;
28         has-temp3;
29         vcc-supply = <&reg_5v0>;