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