Tang Yuantian | 31e7ad7 | 2013-06-19 14:50:20 +0800 | [diff] [blame] | 1 | ina2xx properties |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible: Must be one of the following: |
Rob Herring | 62bc9f1 | 2015-09-25 23:37:27 -0500 | [diff] [blame] | 5 | - "ti,ina209" for ina209 |
Tang Yuantian | 31e7ad7 | 2013-06-19 14:50:20 +0800 | [diff] [blame] | 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 | }; |