summaryrefslogtreecommitdiff
path: root/arch/arm/dts/logicpd-torpedo-35xx-devkit.dts
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-09-29 14:10:17 -0500
committerTom Rini <trini@konsulko.com>2018-10-06 09:04:18 -0400
commite2e30f50a99db18d730468052105f8b0b812ecfe (patch)
tree04c8948d1c157dcec4b5309ebd22b80973c9ff85 /arch/arm/dts/logicpd-torpedo-35xx-devkit.dts
parentc981cb8dda0eb5bd182e8efc5f25a5e311212ba6 (diff)
ARM: DTS: Add support for Logic PD OMAP35 Torpedo & SOM-LV
The baseboards and SOM's are virtually identical to their DM37 counterparts, but OMAP36/37 and OMAP3 have some minor register differences. With the boards being mostly driven by device trees now, this synchronizes their respective device trees with linux-omap for-next branch destined for 4.20 (or whatever the version after 4.19 will be called) Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/dts/logicpd-torpedo-35xx-devkit.dts')
-rw-r--r--arch/arm/dts/logicpd-torpedo-35xx-devkit.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/dts/logicpd-torpedo-35xx-devkit.dts b/arch/arm/dts/logicpd-torpedo-35xx-devkit.dts
new file mode 100644
index 0000000000..d7cb659656
--- /dev/null
+++ b/arch/arm/dts/logicpd-torpedo-35xx-devkit.dts
@@ -0,0 +1,17 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+/dts-v1/;
+
+#include "omap34xx.dtsi"
+#include "logicpd-torpedo-som.dtsi"
+#include "logicpd-torpedo-baseboard.dtsi"
+#include "omap-gpmc-smsc9221.dtsi"
+
+/ {
+ model = "LogicPD Zoom OMAP35xx Torpedo Development Kit";
+ compatible = "logicpd,dm3730-torpedo-devkit", "ti,omap3";
+};