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

Add OCP debug card devicetree config

Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Delphine CC Chiu 2024-03-12 13:33:19 +08:00 committed by Andrew Jeffery
parent 4ed43e8a1b
commit 1c52e1ca90

View File

@ -370,6 +370,13 @@
&i2c13 {
status = "okay";
bus-frequency = <400000>;
multi-master;
ipmb@10 {
compatible = "ipmb-dev";
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
i2c-protocol;
};
};
&i2c14 {