aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/dts/M54455EVB_i66.dts')
-rw-r--r--arch/m68k/dts/M54455EVB_i66.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/m68k/dts/M54455EVB_i66.dts b/arch/m68k/dts/M54455EVB_i66.dts
new file mode 100644
index 0000000000..b37a87213f
--- /dev/null
+++ b/arch/m68k/dts/M54455EVB_i66.dts
@@ -0,0 +1,25 @@
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
4 */
5
6/dts-v1/;
7/include/ "mcf5445x.dtsi"
8
9/ {
10 model = "Freescale M54455EVB_i66";
11 compatible = "fsl,M54455EVB_i66";
12
13 chosen {
14 stdout-path = "serial0:115200n8";
15 };
16};
17
18&uart0 {
19 u-boot,dm-pre-reloc;
20 status = "okay";
21};
22
23&dspi0 {
24 status = "okay";
25};