ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes

Add BMC SSIF node to support IPMI in-band communication.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
Link: https://lore.kernel.org/r/20221024081115.3320584-1-quan@os.amperecomputing.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Quan Nguyen 2022-10-24 15:11:15 +07:00 committed by Joel Stanley
parent f7f0518ba8
commit c1b175dbfc
2 changed files with 8 additions and 0 deletions

View File

@ -342,6 +342,10 @@ &mac1 {
&i2c0 {
status = "okay";
ssif-bmc@10 {
compatible = "ssif-bmc";
reg = <0x10>;
};
};
&i2c1 {

View File

@ -445,6 +445,10 @@ &i2c9 {
&i2c11 {
status = "okay";
ssif-bmc@10 {
compatible = "ssif-bmc";
reg = <0x10>;
};
};
&i2c14 {