Skip to content

Commit a0a4442

Browse files
mwalleShawn Guo
authored andcommitted
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: Michael Walle <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent fa578d4 commit a0a4442

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
crypto = &crypto;
1818
serial0 = &duart0;
1919
serial1 = &duart1;
20+
serial2 = &lpuart1;
2021
spi0 = &fspi;
2122
spi1 = &dspi2;
2223
};
@@ -185,3 +186,7 @@
185186
pagesize = <32>;
186187
};
187188
};
189+
190+
&lpuart1 {
191+
status = "okay";
192+
};

0 commit comments

Comments
 (0)