summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6q-dfi-fs700-m60-6q.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-03 14:29:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-06 15:38:40 +0200
commitb454c494bab60ac87f62063afa98751d3654ceb8 (patch)
treefe004f5d56cc4c07333adac88814df8ce9963db0 /arch/arm/dts/imx6q-dfi-fs700-m60-6q.dts
parent11dcfd13b9aa5ae8e72f0807825131af79a071d0 (diff)
downloadbarebox-b454c494bab60ac87f62063afa98751d3654ceb8.tar.gz
barebox-b454c494bab60ac87f62063afa98751d3654ceb8.tar.xz
ARM: i.MX6: Add dfi fs700 m60 i.MX6 Q7 board support
This is an i.MX6 based Q7 module, see: http://www.dfi.com.tw/products/ProductDetails.jsp?productId=1164&mainCategoryId=2&subCategoryId=581 This patch adds basic support for this module. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx6q-dfi-fs700-m60-6q.dts')
-rw-r--r--arch/arm/dts/imx6q-dfi-fs700-m60-6q.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6q-dfi-fs700-m60-6q.dts b/arch/arm/dts/imx6q-dfi-fs700-m60-6q.dts
new file mode 100644
index 0000000000..1178e0b9ee
--- /dev/null
+++ b/arch/arm/dts/imx6q-dfi-fs700-m60-6q.dts
@@ -0,0 +1,23 @@
+/*
+ * Copyright 2013 Sascha Hauer <s.hauer@pengutronix.de>
+ *
+ * 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:
+ *
+ * http://www.opensource.org/licenses/gpl-license.html
+ * http://www.gnu.org/copyleft/gpl.html
+ */
+
+#ifndef __DTS_V1__
+#define __DTS_V1__
+/dts-v1/;
+#endif
+
+#include "imx6q.dtsi"
+#include "imx6qdl-dfi-fs700-m60.dtsi"
+
+/ {
+ model = "DFI FS700-M60-6Q i.MX6q Q7 Board";
+ compatible = "dfi,fs700-m60-6q", "dfi,fs700-m60", "fsl,imx6q";
+};