ARM: dts: aspeed: santabarbara: Enable ipmb device for OCP debug card

Add an IPMB node for OCP debug card to support IPMI communication.

Signed-off-by: Fred Chen <fredchen.openbmc@gmail.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Fred Chen 2025-11-25 21:59:31 +08:00 committed by Andrew Jeffery
parent 22f8985f95
commit 0cf964501f

View File

@ -845,7 +845,14 @@ temperature-sensor@49 {
};
&i2c7 {
multi-master;
status = "okay";
ipmb@10 {
compatible = "ipmb-dev";
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
i2c-protocol;
};
};
&i2c8 {