833d2978201aad6db51872eacc56bc4d5201a5d1
[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-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
13         kmod-can kmod-can-flexcan kmod-can-raw \
14         canutils-cansend canutils-candump canutils-cangen \
15         kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \
16         kmod-leds-gpio kmod-pps-gpio \
17         kobs-ng
18 endef
19
20 define Profile/VENTANA/Description
21  The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC
22  and offers a large variety of peripherals such as:
23
24   * DDR3
25   * NAND or SPI flash
26   * multiple PCIe (with USB for Cellular modems)
27   * Optional expansion for additional USB/PCI based periperhals
28   * USB EHCI
29   * USB OTG
30   * HDMI Audio/Video in/out
31   * Analog Video in/out
32   * Analog Audio in/out
33   * Gateworks System Controller
34   * Optional GPS with PPS
35   * Canbus
36   * User GPIO
37   * mSATA
38 endef
39
40 VENTANA_DTS:= \
41         imx6dl-gw51xx \
42         imx6dl-gw52xx \
43         imx6dl-gw53xx \
44         imx6dl-gw54xx \
45         imx6q-gw51xx \
46         imx6q-gw52xx \
47         imx6q-gw53xx \
48         imx6q-gw54xx \
49         imx6q-gw5400-a
50
51 $(eval $(call Profile,VENTANA))