1ina2xx properties
2
3Required 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
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};
24