openwrtv3/target/linux/imx6/profiles/120-gateworks.mk
Luka Perkov c8753ca97c 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
2013-12-09 11:30:23 +00:00

43 lines
998 B
Makefile

#
# Copyright (C) 2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/VENTANA
NAME:=Gateworks Ventana family
PACKAGES:= \
kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \
kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
kobs-ng
endef
define Profile/VENTANA/Description
The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC
and offers a large variety of peripherals such as:
* DDR3
* NAND or SPI flash
* multiple PCIe (with USB for Cellular modems)
* Optional expansion for additional USB/PCI based periperhals
* USB EHCI
* USB OTG
* HDMI Audio/Video in/out
* Analog Video in/out
* Analog Audio in/out
* Gateworks System Controller
* Optional GPS with PPS
* Canbus
* User GPIO
* mSATA
endef
VENTANA_DTS:= \
imx6dl-gw51xx \
imx6dl-gw52xx \
imx6dl-gw53xx \
imx6q-gw5400-a \
imx6q-gw54xx
$(eval $(call Profile,VENTANA))