diff options
author | Luka Perkov <luka@openwrt.org> | 2013-12-09 11:30:23 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-12-09 11:30:23 +0000 |
commit | c8753ca97c50523f721e5fa8507768c6dc16ef49 (patch) | |
tree | 4cac637de61fc25874007ce1ab3213767ca02580 /target/linux/imx6/profiles | |
parent | 7523aa05c1cc6f1162d0151cc28e46182767bf15 (diff) | |
download | upstream-c8753ca97c50523f721e5fa8507768c6dc16ef49.tar.gz upstream-c8753ca97c50523f721e5fa8507768c6dc16ef49.tar.bz2 upstream-c8753ca97c50523f721e5fa8507768c6dc16ef49.zip |
imx6: add support for GW53xx
The Gateworks GW53xx family of products is based on the Freescale
i.MX6DL SoC and offers a small form-factor with peripherals such as:
* i.MX6DL
* NAND FLASH
* 4x PCIe
* 4x USB EHCI (1x front-panel; 3x PCIe sockets)
* 1x USB OTG
* 1x uSD
* LVDS connector (VLDS for display, PWM/GPIO for backlight, i2c for touch)
* HDMI Audio/Video out
* Analog Video in
* Digital IO
* Gateworks System Controller
* Accelerometer
* Canbus
* Optional GPS
* Industrial temp (-40C to +85C)
* DC input voltage 8 to 42V (Passive PoE and 802.3af)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39012
Diffstat (limited to 'target/linux/imx6/profiles')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index 2db151465a..830b3b2e1f 100644 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ b/target/linux/imx6/profiles/120-gateworks.mk @@ -36,6 +36,7 @@ endef VENTANA_DTS:= \ imx6dl-gw51xx \ imx6dl-gw52xx \ + imx6dl-gw53xx \ imx6q-gw5400-a \ imx6q-gw54xx |