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 - "ti,ina231" for ina231 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}; 25