diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-02-07 02:24:56 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 08:28:53 -0500 |
commit | e3946fe8050534ccaf8c1266cb1fa90c7f3345c3 (patch) | |
tree | 2d4d55ca38f4f1b33349a62db8e268264902845c /arch/arm/boot/dts/imx6q-gw51xx.dts | |
parent | a113533726e909d2f3490b74df3df6a26ec54f33 (diff) |
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.dts | 19 |
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 @@ | |||
1 | /* | ||
2 | * Copyright 2013 Gateworks Corporation | ||
3 | * | ||
4 | * The code contained herein is licensed under the GNU General Public | ||
5 | * License. You may obtain a copy of the GNU General Public License | ||
6 | * Version 2 or later at the following locations: | ||
7 | * | ||
8 | * http://www.opensource.org/licenses/gpl-license.html | ||
9 | * http://www.gnu.org/copyleft/gpl.html | ||
10 | */ | ||
11 | |||
12 | /dts-v1/; | ||
13 | #include "imx6q.dtsi" | ||
14 | #include "imx6qdl-gw54xx.dtsi" | ||
15 | |||
16 | / { | ||
17 | model = "Gateworks Ventana i.MX6 Quad GW51XX"; | ||
18 | compatible = "gw,imx6q-gw51xx", "gw,ventana", "fsl,imx6q"; | ||
19 | }; | ||