aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1046a-rdb.dts
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2023-06-16 16:18:35 +0300
committerPeng Fan <peng.fan@nxp.com>2023-07-06 13:04:55 +0800
commit250f745ae854fd3967cc69f238db39cea1da61da (patch)
treeebe18d0cfdb355dd38c66d467103e895bec96b87 /arch/arm/dts/fsl-ls1046a-rdb.dts
parent3240f090fd209849ba53061174aed8fbbb934b06 (diff)
downloadu-boot-250f745ae854fd3967cc69f238db39cea1da61da.zip
u-boot-250f745ae854fd3967cc69f238db39cea1da61da.tar.gz
u-boot-250f745ae854fd3967cc69f238db39cea1da61da.tar.bz2
arch: arm: dts: ls1046a: sync serial nodes with Linux
Pick up the serial node descriptions from Linux v6.3 for the ls1046ardb and ls1046afrwy boards and their dependencies. Including the fsl,qoriq-clockgen.h and arm-gic.h headers forces us to change the include directives to explicitly go through the C preprocessor for all boards in the ls1046a SoC family. Signed-off-by: Camelia Groza <camelia.groza@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-ls1046a-rdb.dts')
-rw-r--r--arch/arm/dts/fsl-ls1046a-rdb.dts14
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/dts/fsl-ls1046a-rdb.dts b/arch/arm/dts/fsl-ls1046a-rdb.dts
index 4641292..66d7189 100644
--- a/arch/arm/dts/fsl-ls1046a-rdb.dts
+++ b/arch/arm/dts/fsl-ls1046a-rdb.dts
@@ -9,17 +9,29 @@
*/
/dts-v1/;
-/include/ "fsl-ls1046a.dtsi"
+#include "fsl-ls1046a.dtsi"
/ {
model = "LS1046A RDB Board";
aliases {
spi0 = &qspi;
+ serial0 = &duart0;
+ serial1 = &duart1;
+ serial2 = &duart2;
+ serial3 = &duart3;
};
};
+&duart0 {
+ status = "okay";
+};
+
+&duart1 {
+ status = "okay";
+};
+
&qspi {
status = "okay";