summaryrefslogtreecommitdiffstats
path: root/arch/m68k/dts/M5485EFE.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/M5485EFE.dts
parent24bf41ce598829aa2d0a6e422aa50315fe1ddea7 (diff)
downloadu-boot-aa54e45ffcb30c8ea5057fd835acb0e5fb07fda5.tar.gz
u-boot-aa54e45ffcb30c8ea5057fd835acb0e5fb07fda5.tar.xz
u-boot-aa54e45ffcb30c8ea5057fd835acb0e5fb07fda5.zip
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/M5485EFE.dts')
-rw-r--r--arch/m68k/dts/M5485EFE.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/m68k/dts/M5485EFE.dts b/arch/m68k/dts/M5485EFE.dts
new file mode 100644
index 0000000000..4c688dce2b
--- /dev/null
+++ b/arch/m68k/dts/M5485EFE.dts
@@ -0,0 +1,17 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
+ */
+
+/dts-v1/;
+/include/ "mcf54xx.dtsi"
+
+/ {
+ model = "Freescale M5485EFE";
+ compatible = "fsl,M5485EFE";
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};
+