aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts')
-rw-r--r--roms/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts b/roms/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts
new file mode 100644
index 000000000..a9fc93193
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+ OR X11
+/*
+ * Device Tree file for Freescale Layerscape-1043A family SoC.
+ *
+ * Copyright (C) 2015, Freescale Semiconductor
+ */
+
+/dts-v1/;
+#include "fsl-ls1043a-qds.dtsi"
+
+/ {
+ chosen {
+ stdout-path = &lpuart0;
+ };
+};