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

ARM: dts: aspeed: tiogapass: Add uarts for SoL

Added uart2 and uart3 in Facebook Tiogapass for routing serial input
from Host to BMC for SoL via LPC.
Signed-off-by: default avatarVijay Khemka <vijaykhemka@fb.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent c91d27bb
...@@ -72,6 +72,16 @@ &uart1 { ...@@ -72,6 +72,16 @@ &uart1 {
&pinctrl_rxd1_default>; &pinctrl_rxd1_default>;
}; };
&uart2 {
// SoL Host Console
status = "okay";
};
&uart3 {
// SoL BMC Console
status = "okay";
};
&uart5 { &uart5 {
// BMC Console // BMC Console
status = "okay"; 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