]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/hwmon/ina2xx.txt
Merge remote-tracking branch 'drivers-x86/for-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / hwmon / ina2xx.txt
1 ina2xx properties
2
3 Required properties:
4 - compatible: Must be one of the following:
5         - "ti,ina209" for ina209
6         - "ti,ina219" for ina219
7         - "ti,ina220" for ina220
8         - "ti,ina226" for ina226
9         - "ti,ina230" for ina230
10 - reg: I2C address
11
12 Optional properties:
13
14 - shunt-resistor
15         Shunt resistor value in micro-Ohm
16
17 Example:
18
19 ina220@44 {
20         compatible = "ti,ina220";
21         reg = <0x44>;
22         shunt-resistor = <1000>;
23 };