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

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
...@@ -17,6 +17,7 @@ aliases { ...@@ -17,6 +17,7 @@ aliases {
crypto = &crypto; crypto = &crypto;
serial0 = &duart0; serial0 = &duart0;
serial1 = &duart1; serial1 = &duart1;
serial2 = &lpuart1;
spi0 = &fspi; spi0 = &fspi;
spi1 = &dspi2; spi1 = &dspi2;
}; };
...@@ -185,3 +186,7 @@ eeprom@50 { ...@@ -185,3 +186,7 @@ eeprom@50 {
pagesize = <32>; pagesize = <32>;
}; };
}; };
&lpuart1 {
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