summaryrefslogtreecommitdiff
path: root/arch/m68k/dts/M53017EVB.dts
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@sysam.it>2019-03-13 21:46:43 +0100
committerTom Rini <trini@konsulko.com>2019-05-24 08:11:53 -0400
commitaa54e45ffcb30c8ea5057fd835acb0e5fb07fda5 (patch)
tree0799e41116f2babdb56bf373946879fedee079ab /arch/m68k/dts/M53017EVB.dts
parent24bf41ce598829aa2d0a6e422aa50315fe1ddea7 (diff)
m68k: add initial dts files for all m68k boards
This patch adds basic dts files for all the m68k boards. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Angelo Dureghello <angelo@sysam.it> [trini: Add CONFIG_TARGET_M5329EVB dtbs and update M5329EVB defconfigs] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/m68k/dts/M53017EVB.dts')
-rw-r--r--arch/m68k/dts/M53017EVB.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/m68k/dts/M53017EVB.dts b/arch/m68k/dts/M53017EVB.dts
new file mode 100644
index 0000000000..b267488e0f
--- /dev/null
+++ b/arch/m68k/dts/M53017EVB.dts
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
+ */
+
+/dts-v1/;
+/include/ "mcf5301x.dtsi"
+
+/ {
+ model = "Freescale M53017EVB";
+ compatible = "fsl,M53017EVB";
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};
+
+&uart0 {
+ u-boot,dm-pre-reloc;
+ status = "okay";
+};
+