Guenter Roeck | ceeadc5 | 2009-08-20 14:49:25 -0700 | [diff] [blame] | 1 | ina209 properties |
2 | |||||
3 | Required properties: | ||||
4 | - compatible: Must be "ti,ina209" | ||||
5 | - reg: I2C address | ||||
6 | |||||
7 | Optional properties: | ||||
8 | |||||
9 | - shunt-resistor | ||||
10 | Shunt resistor value in micro-Ohm | ||||
11 | |||||
12 | Example: | ||||
13 | |||||
14 | temp-sensor@4c { | ||||
15 | compatible = "ti,ina209"; | ||||
16 | reg = <0x4c>; | ||||
17 | shunt-resistor = <5000>; | ||||
18 | }; |