Skip to content
Snippets Groups Projects
Commit e7b66ba2 authored by Vijay Khemka's avatar Vijay Khemka Committed by Joel Stanley
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,18 @@ &uart5 { ...@@ -56,6 +56,18 @@ &uart5 {
status = "okay"; status = "okay";
}; };
&kcs2 {
// BMC KCS channel 2
status = "okay";
kcs_addr = <0xca8>;
};
&kcs3 {
// BMC KCS channel 3
status = "okay";
kcs_addr = <0xca2>;
};
&mac0 { &mac0 {
status = "okay"; status = "okay";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment