2013-10-18 00:02:45 +00: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-18 22:23:42 +00:00
|
|
|
define Profile/VENTANA
|
|
|
|
NAME:=Gateworks Ventana family
|
2013-10-18 00:02:45 +00:00
|
|
|
PACKAGES:= \
|
2014-12-11 18:35:41 +00:00
|
|
|
kmod-thermal-imx kmod-sky2 kmod-usb-chipidea-imx kmod-usb-mxs-phy \
|
2014-06-02 21:23:35 +00:00
|
|
|
kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \
|
2014-04-19 21:39:04 +00:00
|
|
|
kmod-can kmod-can-flexcan kmod-can-raw \
|
2013-12-17 02:47:18 +00:00
|
|
|
kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \
|
2014-08-11 20:35:10 +00:00
|
|
|
kmod-leds-gpio kmod-pps-gpio kmod-gw16083 \
|
2013-10-30 00:50:14 +00:00
|
|
|
kobs-ng
|
2013-10-18 00:02:45 +00:00
|
|
|
endef
|
|
|
|
|
2013-11-18 22:23:42 +00:00
|
|
|
define Profile/VENTANA/Description
|
|
|
|
The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC
|
2013-10-18 00:02:45 +00:00
|
|
|
and offers a large variety of peripherals such as:
|
|
|
|
|
|
|
|
* DDR3
|
2013-11-18 22:23:42 +00:00
|
|
|
* NAND or SPI flash
|
|
|
|
* multiple PCIe (with USB for Cellular modems)
|
2013-10-18 00:02:45 +00:00
|
|
|
* Optional expansion for additional USB/PCI based periperhals
|
2013-11-18 22:23:42 +00:00
|
|
|
* USB EHCI
|
|
|
|
* USB OTG
|
2013-10-18 00:02:45 +00:00
|
|
|
* HDMI Audio/Video in/out
|
|
|
|
* Analog Video in/out
|
|
|
|
* Analog Audio in/out
|
|
|
|
* Gateworks System Controller
|
2013-11-18 22:23:42 +00:00
|
|
|
* Optional GPS with PPS
|
|
|
|
* Canbus
|
|
|
|
* User GPIO
|
|
|
|
* mSATA
|
2013-10-18 00:02:45 +00:00
|
|
|
endef
|
|
|
|
|
2013-11-18 22:23:42 +00:00
|
|
|
$(eval $(call Profile,VENTANA))
|