ARM: dts: aspeed: yosemite4: Enable ipmb device for OCP debug card
authorDelphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Tue, 12 Mar 2024 05:33:19 +0000 (13:33 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 1 May 2024 02:19:19 +0000 (11:49 +0930)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts

index 64075cc41d927574344817ccd6b1f16274cc7a17..b944ed2cf2f81e17075bdd74b6c41632d0364bed 100644 (file)
 &i2c13 {
        status = "okay";
        bus-frequency = <400000>;
+       multi-master;
+
+       ipmb@10 {
+               compatible = "ipmb-dev";
+               reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
+               i2c-protocol;
+       };
 };
 
 &i2c14 {