diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-08-23 01:52:54 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-16 06:25:56 +0400 |
commit | 4e394cd999fe99cbebd0c8ca753d000d6db66f59 (patch) | |
tree | 58caaa577d60ed74d67e3676d1db4bc1febef6c7 /arch/arm/boot/dts/imx6q-gw552x.dts | |
parent | 6ff7f51ef9d34a7be945468de8383f29e151ce11 (diff) | |
download | linux-4e394cd999fe99cbebd0c8ca753d000d6db66f59.tar.xz |
ARM: dts: Gateworks GW5520 support (i.MX6)
Add support for the Gateworks GW5520 board.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-gw552x.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-gw552x.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-gw552x.dts b/arch/arm/boot/dts/imx6q-gw552x.dts new file mode 100644 index 000000000000..f87a8fa6e04d --- /dev/null +++ b/arch/arm/boot/dts/imx6q-gw552x.dts @@ -0,0 +1,24 @@ +/* + * Copyright 2014 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-gw552x.dtsi" + +/ { + model = "Gateworks Ventana i.MX6 Dual/Quad GW552X"; + compatible = "gw,imx6q-gw552x", "gw,ventana", "fsl,imx6q"; +}; + +&sata { + status = "okay"; +}; |