summaryrefslogtreecommitdiff
path: root/arch/m68k/dts/mcf5275.dtsi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-24 08:12:22 -0400
committerTom Rini <trini@konsulko.com>2019-05-24 08:12:22 -0400
commit6760cef3856b12d6d3bb09ee58733ed3acaa82aa (patch)
treee169db6609ab6add1b2c0f917cbc12ba733025da /arch/m68k/dts/mcf5275.dtsi
parent40920bdecc4e1b7096de6f546d7b5c2185554ba6 (diff)
parent196afe62d6b3e720295bbda046d260ccc6292a28 (diff)
Merge branch '2019-05-24-master-imports'
- Import Angelo's series to add basic DT support to m68k
Diffstat (limited to 'arch/m68k/dts/mcf5275.dtsi')
-rw-r--r--arch/m68k/dts/mcf5275.dtsi44
1 files changed, 44 insertions, 0 deletions
diff --git a/arch/m68k/dts/mcf5275.dtsi b/arch/m68k/dts/mcf5275.dtsi
new file mode 100644
index 0000000000..b375609d4a
--- /dev/null
+++ b/arch/m68k/dts/mcf5275.dtsi
@@ -0,0 +1,44 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
+ */
+
+/ {
+ compatible = "fsl,mcf5275";
+
+ aliases {
+ serial0 = &uart0;
+ };
+
+ soc {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ ipsbar: ipsbar@4000000 {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x00000000 0x40000000 0x40000000>;
+ reg = <0x40000000 0x40000000>;
+
+ uart0: uart@200 {
+ compatible = "fsl,mcf-uart";
+ reg = <0x200 0x40>;
+ status = "disabled";
+ };
+
+ uart1: uart@240 {
+ compatible = "fsl,mcf-uart";
+ reg = <0x240 0x40>;
+ status = "disabled";
+ };
+
+ uart2: uart@280 {
+ compatible = "fsl,mcf-uart";
+ reg = <0x280 0x40>;
+ status = "disabled";
+ };
+ };
+ };
+};