summaryrefslogtreecommitdiffstats
path: root/arch/m68k/dts/M54418TWR_serial_rmii.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/M54418TWR_serial_rmii.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/M54418TWR_serial_rmii.dts')
-rw-r--r--arch/m68k/dts/M54418TWR_serial_rmii.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/m68k/dts/M54418TWR_serial_rmii.dts b/arch/m68k/dts/M54418TWR_serial_rmii.dts
new file mode 100644
index 0000000000..0ddefd9da2
--- /dev/null
+++ b/arch/m68k/dts/M54418TWR_serial_rmii.dts
@@ -0,0 +1,25 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
+ */
+
+/dts-v1/;
+/include/ "mcf5441x.dtsi"
+
+/ {
+ model = "Freescale M54418TWR_serial_rmii";
+ compatible = "fsl,M54418TWR_serial_rmii";
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};
+
+&uart0 {
+ u-boot,dm-pre-reloc;
+ status = "okay";
+};
+
+&dspi0 {
+ status = "okay";
+};