Commit 4a6b8a4b authored by Shengzhou Liu's avatar Shengzhou Liu Committed by Scott Wood

powerpc/t1024rdb: 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 295ffb41
......@@ -114,6 +114,12 @@ adt7461@4c {
reg = <0x4c>;
};
current-sensor@40 {
compatible = "ti,ina220";
reg = <0x40>;
shunt-resistor = <1000>;
};
eeprom@50 {
compatible = "atmel,24c256";
reg = <0x50>;
......
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