Merge tag 'dmaengine-fix-4.7-rc4' of git://git.infradead.org/users/vkoul/slave-dma
[linux-block.git] / Documentation / devicetree / bindings / hwmon / ina2xx.txt
CommitLineData
31e7ad74
TY
1ina2xx properties
2
3Required properties:
4- compatible: Must be one of the following:
62bc9f15 5 - "ti,ina209" for ina209
31e7ad74
TY
6 - "ti,ina219" for ina219
7 - "ti,ina220" for ina220
8 - "ti,ina226" for ina226
9 - "ti,ina230" for ina230
1069ad8f 10 - "ti,ina231" for ina231
31e7ad74
TY
11- reg: I2C address
12
13Optional properties:
14
15- shunt-resistor
16 Shunt resistor value in micro-Ohm
17
18Example:
19
20ina220@44 {
21 compatible = "ti,ina220";
22 reg = <0x44>;
23 shunt-resistor = <1000>;
24};