2013-10-18 08:02:45 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2013-11-19 06:23:42 +08:00
|
|
|
define Profile/VENTANA
|
|
|
|
NAME:=Gateworks Ventana family
|
2013-10-18 08:02:45 +08:00
|
|
|
PACKAGES:= \
|
2014-12-12 02:35:41 +08:00
|
|
|
kmod-thermal-imx kmod-sky2 kmod-usb-chipidea-imx kmod-usb-mxs-phy \
|
2014-06-03 05:23:35 +08:00
|
|
|
kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
|
2014-04-20 05:39:04 +08:00
|
|
|
kmod-can kmod-can-flexcan kmod-can-raw \
|
2013-12-17 10:47:18 +08:00
|
|
|
kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \
|
2014-08-12 04:35:10 +08:00
|
|
|
kmod-leds-gpio kmod-pps-gpio kmod-gw16083 \
|
2013-10-30 08:50:14 +08:00
|
|
|
kobs-ng
|
2013-10-18 08:02:45 +08:00
|
|
|
endef
|
|
|
|
|
2013-11-19 06:23:42 +08:00
|
|
|
define Profile/VENTANA/Description
|
|
|
|
The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC
|
2013-10-18 08:02:45 +08:00
|
|
|
and offers a large variety of peripherals such as:
|
|
|
|
|
|
|
|
* DDR3
|
2013-11-19 06:23:42 +08:00
|
|
|
* NAND or SPI flash
|
|
|
|
* multiple PCIe (with USB for Cellular modems)
|
2013-10-18 08:02:45 +08:00
|
|
|
* Optional expansion for additional USB/PCI based periperhals
|
2013-11-19 06:23:42 +08:00
|
|
|
* USB EHCI
|
|
|
|
* USB OTG
|
2013-10-18 08:02:45 +08:00
|
|
|
* HDMI Audio/Video in/out
|
|
|
|
* Analog Video in/out
|
|
|
|
* Analog Audio in/out
|
|
|
|
* Gateworks System Controller
|
2013-11-19 06:23:42 +08:00
|
|
|
* Optional GPS with PPS
|
|
|
|
* Canbus
|
|
|
|
* User GPIO
|
|
|
|
* mSATA
|
2013-10-18 08:02:45 +08:00
|
|
|
endef
|
|
|
|
|
2013-11-19 06:23:42 +08:00
|
|
|
VENTANA_DTS:= \
|
2013-11-19 06:23:43 +08:00
|
|
|
imx6dl-gw51xx \
|
|
|
|
imx6dl-gw52xx \
|
2013-12-09 19:30:23 +08:00
|
|
|
imx6dl-gw53xx \
|
2014-02-21 01:26:10 +08:00
|
|
|
imx6dl-gw54xx \
|
2014-08-12 04:35:13 +08:00
|
|
|
imx6dl-gw552x \
|
2014-02-21 01:26:10 +08:00
|
|
|
imx6q-gw51xx \
|
|
|
|
imx6q-gw52xx \
|
|
|
|
imx6q-gw53xx \
|
|
|
|
imx6q-gw54xx \
|
2014-08-12 04:35:13 +08:00
|
|
|
imx6q-gw5400-a \
|
|
|
|
imx6q-gw552x
|
2013-11-19 06:23:42 +08:00
|
|
|
|
|
|
|
$(eval $(call Profile,VENTANA))
|