Commit add888d6 authored by Shengzhou Liu's avatar Shengzhou Liu Committed by Scott Wood

powerpc/t1023rdb: add ina220 current sensor node

Add support for INA220 current sensor.
Signed-off-by: default avatarShengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 4a6b8a4b
......@@ -99,6 +99,17 @@ rtc@68 {
};
i2c@118100 {
current-sensor@40 {
compatible = "ti,ina220";
reg = <0x40>;
shunt-resistor = <1000>;
};
current-sensor@41 {
compatible = "ti,ina220";
reg = <0x41>;
shunt-resistor = <1000>;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment