summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ep7211.dtsi
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2016-06-04 10:10:04 +0300
committerArnd Bergmann <arnd@arndb.de>2016-07-06 17:57:40 +0200
commit46e6b3aa65c86bf204deb5ff590e186639009427 (patch)
treef3e72f26e9b2b593d14f3e403a3beb8300bf9902 /arch/arm/boot/dts/ep7211.dtsi
parent8fe9c8b750ca294882b163100817f97866990481 (diff)
ARM: dts: clps711x: Add DT Cirrus Logic EDB7211 Development board
This adds the Cirrus Logic EP7209,EP7211 DT templates and support for EDB7211 Development board. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/ep7211.dtsi')
-rw-r--r--arch/arm/boot/dts/ep7211.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ep7211.dtsi b/arch/arm/boot/dts/ep7211.dtsi
new file mode 100644
index 000000000000..e438f6db0673
--- /dev/null
+++ b/arch/arm/boot/dts/ep7211.dtsi
@@ -0,0 +1,12 @@
+/*
+ * The code contained herein is licensed under the GNU General Public
+ * License. You may obtain a copy of the GNU General Public License
+ * Version 2 or later at the following locations:
+ */
+
+#include "ep7209.dtsi"
+
+/ {
+ model = "Cirrus Logic EP7211";
+ compatible = "cirrus,ep7211", "cirrus,ep7209";
+};