Commit d61e4def authored by Karthikeyan Pasupathi's avatar Karthikeyan Pasupathi Committed by Joel Stanley

ARM: dts: aspeed: Yosemite V2: Enable OCP debug card

Added IPMB-13 channel for Debug Card communication which improves the
readability of the machine and makes it easier to debug the server and
it will display some pieces of information about the server like "system
info", "Critical sensors" and "critical sel".
Signed-off-by: default avatarKarthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Reviewed-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220926124313.GA8400@hcl-ThinkPad-T495Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 2e72cc0b
......@@ -215,6 +215,17 @@ eeprom@51 {
};
};
&i2c13 {
status = "okay";
// Debug Card
multi-master;
ipmb13@10 {
compatible = "ipmb-dev";
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
i2c-protocol;
};
};
&pwm_tacho {
status = "okay";
//FSC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment