aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/dts/mcf5301x.dtsi')
-rw-r--r--arch/m68k/dts/mcf5301x.dtsi48
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/m68k/dts/mcf5301x.dtsi b/arch/m68k/dts/mcf5301x.dtsi
new file mode 100644
index 0000000000..0891e4dfd5
--- /dev/null
+++ b/arch/m68k/dts/mcf5301x.dtsi
@@ -0,0 +1,48 @@
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
4 */
5
6/ {
7 compatible = "fsl,mcf5301x";
8
9 aliases {
10 serial0 = &uart0;
11 spi0 = &dspi0;
12 };
13
14 soc {
15 compatible = "simple-bus";
16 #address-cells = <1>;
17 #size-cells = <1>;
18
19 uart0: uart@fc060000 {
20 compatible = "fsl,mcf-uart";
21 reg = <0xfc060000 0x40>;
22 status = "disabled";
23 };
24
25 uart1: uart@fc064000 {
26 compatible = "fsl,mcf-uart";
27 reg = <0xfc064000 0x40>;
28 status = "disabled";
29 };
30
31 uart2: uart@fc068000 {
32 compatible = "fsl,mcf-uart";
33 reg = <0xfc068000 0x40>;
34 status = "disabled";
35 };
36
37 dspi0: dspi@fc05c000 {
38 compatible = "fsl,mcf-dspi";
39 #address-cells = <1>;
40 #size-cells = <0>;
41 reg = <0xfc05c000 0x100>;
42 spi-max-frequency = <50000000>;
43 num-cs = <4>;
44 spi-mode = <0>;
45 status = "disabled";
46 };
47 };
48};