ARM: dts: aspeed: rainier: Enable VUART1
authorBrad Bishop <bradleyb@fuzziesquirrel.com>
Thu, 17 Oct 2019 18:14:12 +0000 (14:14 -0400)
committerJoel Stanley <joel@jms.id.au>
Fri, 1 Nov 2019 10:24:46 +0000 (20:54 +1030)
Like most OpenPower machines the VUART is expected to be at /dev/ttyS5
for communication with the host over LPC.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index 765514b..a6081d8 100644 (file)
        };
 };
 
+&vuart1 {
+       status = "okay";
+};
+
 &lpc_ctrl {
        status = "okay";
        memory-region = <&flash_memory>;