Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / hwmon / ina2xx.txt
blob9bcd5e87830d23882fa930c3b5214a94252f7957
1 ina2xx properties
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
12 Optional properties:
14 - shunt-resistor
15         Shunt resistor value in micro-Ohm
17 Example:
19 ina220@44 {
20         compatible = "ti,ina220";
21         reg = <0x44>;
22         shunt-resistor = <1000>;