mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
ARM: dts: aspeed: system1: Add IPMB device
Add IPMB device sitting behind PCH module Reviewed-by: Eddie James <eajames@linux.ibm.com> Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> Link: https://patch.msgid.link/20250204194115.3899174-4-ninad@linux.ibm.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
6b357c149e
commit
f06ff444bf
|
|
@ -763,6 +763,15 @@ i2c3mux0chn7: i2c@7 {
|
|||
|
||||
&i2c4 {
|
||||
status = "okay";
|
||||
multi-master;
|
||||
bus-frequency = <1000000>;
|
||||
|
||||
ipmb@10 {
|
||||
compatible = "ipmb-dev";
|
||||
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
|
||||
|
||||
i2c-protocol;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user