imx6: add support for GW53xx
[openwrt.git] / target / linux / imx6 / profiles / 120-gateworks.mk
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/VENTANA
9   NAME:=Gateworks Ventana family
10   PACKAGES:= \
11         kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \
12         kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
13         kobs-ng
14 endef
15
16 define Profile/VENTANA/Description
17  The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC
18  and offers a large variety of peripherals such as:
19
20   * DDR3
21   * NAND or SPI flash
22   * multiple PCIe (with USB for Cellular modems)
23   * Optional expansion for additional USB/PCI based periperhals
24   * USB EHCI
25   * USB OTG
26   * HDMI Audio/Video in/out
27   * Analog Video in/out
28   * Analog Audio in/out
29   * Gateworks System Controller
30   * Optional GPS with PPS
31   * Canbus
32   * User GPIO
33   * mSATA
34 endef
35
36 VENTANA_DTS:= \
37         imx6dl-gw51xx \
38         imx6dl-gw52xx \
39         imx6dl-gw53xx \
40         imx6q-gw5400-a \
41         imx6q-gw54xx
42
43 $(eval $(call Profile,VENTANA))