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: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com> Reviewed-by: Patrick Williams <patrick@stwcx.xyz> Link: https://lore.kernel.org/r/20220926124313.GA8400@hcl-ThinkPad-T495 Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
2e72cc0b52
commit
d61e4defc9
|
@ -215,6 +215,17 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c13 {
|
||||||
|
status = "okay";
|
||||||
|
// Debug Card
|
||||||
|
multi-master;
|
||||||
|
ipmb13@10 {
|
||||||
|
compatible = "ipmb-dev";
|
||||||
|
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
|
||||||
|
i2c-protocol;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&pwm_tacho {
|
&pwm_tacho {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
//FSC
|
//FSC
|
||||||
|
|
Loading…
Reference in New Issue