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