Commit 8fc6327f authored by Brad Bishop's avatar Brad Bishop Committed by Joel Stanley
Browse files

ARM: dts: aspeed: rainier: Enable VUART1



Like most OpenPower machines the VUART is expected to be at /dev/ttyS5
for communication with the host over LPC.

Signed-off-by: default avatarBrad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent a3bff4fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -882,6 +882,10 @@
	};
};

&vuart1 {
	status = "okay";
};

&lpc_ctrl {
	status = "okay";
	memory-region = <&flash_memory>;