diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-18 21:35:09 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-18 21:35:09 +0000 |
commit | 4dd4ec40811e08bb02e421e288532aaebbebd2d4 (patch) | |
tree | c3b62fc20d0310f321ce3c7bb08b580def14f3c0 /target/linux/imx6/profiles | |
parent | 1e04c8c1d5254ebc6146bb40761fc8070fb9cc23 (diff) | |
download | master-187ad058-4dd4ec40811e08bb02e421e288532aaebbebd2d4.tar.gz master-187ad058-4dd4ec40811e08bb02e421e288532aaebbebd2d4.tar.bz2 master-187ad058-4dd4ec40811e08bb02e421e288532aaebbebd2d4.zip |
imx6: add Gateworks GW551x support
Upstream patch: e9d6d6b62f306ba83e1441af5daf2809a6167474
Add support for the Gateworks GW5510 board featuring:
* i.MX6 SoC
* up to 512MB DDR3
* up to 2GB NAND flash
* 1x miniPCIe socket (with USB)
* HDMI out (micro-HDMI)
* HDMI in (micro-HDMI) (currently supported by only vendor kernel)
* TTL level I/O (supported by GW16111 breakout board):
* I2C
* 2x UART
* CAN
* 2x DIO (GPIO/PWM)
* USB OTG
Also add support to OpenWrt build system
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47505 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/profiles')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index 115021af9c..735538409b 100644 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ b/target/linux/imx6/profiles/120-gateworks.mk @@ -41,12 +41,14 @@ VENTANA_DTS:= \ imx6dl-gw52xx \ imx6dl-gw53xx \ imx6dl-gw54xx \ + imx6dl-gw551x \ imx6dl-gw552x \ imx6q-gw51xx \ imx6q-gw52xx \ imx6q-gw53xx \ imx6q-gw54xx \ imx6q-gw5400-a \ + imx6q-gw551x \ imx6q-gw552x $(eval $(call Profile,VENTANA)) |