Commit 331dfa00 authored by Yang Chen's avatar Yang Chen Committed by Andrew Jeffery

ARM: dts: aspeed: minerva: Enable power monitor device

Enable power monitor device ina230 and ltc2945 on the i2c bus 0
Signed-off-by: default avatarYang Chen <yangchen.openbmc@gmail.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20231212075200.983536-5-yangchen.openbmc@gmail.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarAndrew Jeffery <andrew@codeconstruct.com.au>
parent 8061d80d
......@@ -86,6 +86,28 @@ &sgpiom0 {
&i2c0 {
status = "okay";
power-monitor@40 {
compatible = "ti,ina230";
reg = <0x40>;
shunt-resistor = <1000>;
};
power-monitor@41 {
compatible = "ti,ina230";
reg = <0x41>;
shunt-resistor = <1000>;
};
power-monitor@67 {
compatible = "adi,ltc2945";
reg = <0x67>;
};
power-monitor@68 {
compatible = "adi,ltc2945";
reg = <0x68>;
};
};
&i2c1 {
......
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