Commit a0a44420 authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo
Browse files

arm64: dts: freescale: sl28: enable LPUART1



Now that the LPUART has support for the LS1028A SoC, also enable it on
our board.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fa578d4e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
		crypto = &crypto;
		serial0 = &duart0;
		serial1 = &duart1;
		serial2 = &lpuart1;
		spi0 = &fspi;
		spi1 = &dspi2;
	};
@@ -185,3 +186,7 @@
		pagesize = <32>;
	};
};

&lpuart1 {
	status = "okay";
};