Commit e7b66ba2 authored by Vijay Khemka's avatar Vijay Khemka Committed by Joel Stanley

ARM: dts: aspeed: tiogapass: Enable KCS

Tiogapass uses two KCS channels.
Signed-off-by: default avatarVijay Khemka <vijaykhemka@fb.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 9e9a6ad1
......@@ -56,6 +56,18 @@ &uart5 {
status = "okay";
};
&kcs2 {
// BMC KCS channel 2
status = "okay";
kcs_addr = <0xca8>;
};
&kcs3 {
// BMC KCS channel 3
status = "okay";
kcs_addr = <0xca2>;
};
&mac0 {
status = "okay";
......
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