blob: 9bcd5e87830d23882fa930c3b5214a94252f7957 [file] [log] [blame]
Tang Yuantian31e7ad72013-06-19 14:50:20 +08001ina2xx properties
2
3Required properties:
4- compatible: Must be one of the following:
Rob Herring62bc9f12015-09-25 23:37:27 -05005 - "ti,ina209" for ina209
Tang Yuantian31e7ad72013-06-19 14:50:20 +08006 - "ti,ina219" for ina219
7 - "ti,ina220" for ina220
8 - "ti,ina226" for ina226
9 - "ti,ina230" for ina230
10- reg: I2C address
11
12Optional properties:
13
14- shunt-resistor
15 Shunt resistor value in micro-Ohm
16
17Example:
18
19ina220@44 {
20 compatible = "ti,ina220";
21 reg = <0x44>;
22 shunt-resistor = <1000>;
23};