summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6q-gw51xx.dts
diff options
context:
space:
mode:
authorTim Harvey2014-02-07 08:24:56 +0100
committerShawn Guo2014-02-09 14:28:53 +0100
commite3946fe8050534ccaf8c1266cb1fa90c7f3345c3 (patch)
tree2d4d55ca38f4f1b33349a62db8e268264902845c /arch/arm/boot/dts/imx6q-gw51xx.dts
parentARM: dts: disable flexcan by default (diff)
downloadkernel-qcow2-linux-e3946fe8050534ccaf8c1266cb1fa90c7f3345c3.tar.gz
kernel-qcow2-linux-e3946fe8050534ccaf8c1266cb1fa90c7f3345c3.tar.xz
kernel-qcow2-linux-e3946fe8050534ccaf8c1266cb1fa90c7f3345c3.zip
ARM: dts: add Gateworks Ventana support
The Gateworks Ventana product family consists of several baseboard designs based on the Freescale i.MX6 family of processors. Each baseboard has a different set of possible features. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-gw51xx.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-gw51xx.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-gw51xx.dts b/arch/arm/boot/dts/imx6q-gw51xx.dts
new file mode 100644
index 000000000000..af4929aee075
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-gw51xx.dts
@@ -0,0 +1,19 @@
+/*
+ * Copyright 2013 Gateworks Corporation
+ *
+ * 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
+ */
+
+/dts-v1/;
+#include "imx6q.dtsi"
+#include "imx6qdl-gw54xx.dtsi"
+
+/ {
+ model = "Gateworks Ventana i.MX6 Quad GW51XX";
+ compatible = "gw,imx6q-gw51xx", "gw,ventana", "fsl,imx6q";
+};