ARM: dts: Add node for ina220 on LS1021ATWR
authorYuan Yao <yao.yuan@freescale.com>
Wed, 16 Sep 2015 08:20:43 +0000 (16:20 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:17 +0000 (22:45 +0800)
The INA220 monitors both shunt drop and supply voltage.

Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a-twr.dts

index e008f93..fbb89d1 100644 (file)
 
 &i2c0 {
        status = "okay";
 
 &i2c0 {
        status = "okay";
+
+       ina220@40 {
+               compatible = "ti,ina220";
+               reg = <0x40>;
+               shunt-resistor = <1000>;
+       };
+
+       ina220@41 {
+               compatible = "ti,ina220";
+               reg = <0x41>;
+               shunt-resistor = <1000>;
+       };
+
 };
 
 &i2c1 {
 };
 
 &i2c1 {