diff options
author | Luka Perkov <luka@openwrt.org> | 2013-11-18 22:23:42 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-11-18 22:23:42 +0000 |
commit | 60c8260052dc7d39d33c303322f12c6c24bca0dc (patch) | |
tree | 396dcd7c3aca1b093d2714530e9c9c4a20cbf7f7 /target/linux/imx6/profiles/120-gateworks.mk | |
parent | 5fc33c5d887f7ae9bdf24f33e937fa14365b18da (diff) | |
download | master-187ad058-60c8260052dc7d39d33c303322f12c6c24bca0dc.tar.gz master-187ad058-60c8260052dc7d39d33c303322f12c6c24bca0dc.tar.bz2 master-187ad058-60c8260052dc7d39d33c303322f12c6c24bca0dc.zip |
imx6: merge all gateworks boards into one profile
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38858 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/profiles/120-gateworks.mk')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 51 |
1 files changed, 17 insertions, 34 deletions
diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index a62fd1e81a..16d59b43d6 100644 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ b/target/linux/imx6/profiles/120-gateworks.mk @@ -5,53 +5,36 @@ # See /LICENSE for more information. # -define Profile/IMX6Q_GW5400_A - NAME:=Gateworks Ventana GW5400-A - PACKAGES:= \ - kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \ - kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 -endef - -define Profile/IMX6Q_GW5400_A/Description - The Gateworks GW5400-A family of products is based on the Freescale i.MX6Q SoC - and offers a large variety of peripherals such as: - - * DDR3 - * SPI FLASH - * 6x PCIe (3x with USB) - * Optional expansion for additional USB/PCI based periperhals - * 1x USB EHCI - * 1x USB OTG - * HDMI Audio/Video in/out - * Analog Video in/out - * Analog Audio in/out - * Gateworks System Controller -endef - -$(eval $(call Profile,IMX6Q_GW5400_A)) - -define Profile/IMX6Q_GW54XX - NAME:=Gateworks Ventana i.MX6 Quad GW54XX +define Profile/VENTANA + NAME:=Gateworks Ventana family PACKAGES:= \ kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \ kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ kobs-ng endef -define Profile/IMX6Q_GW54XX/Description - The Gateworks GW54xx family of products is based on the Freescale i.MX6Q SoC +define Profile/VENTANA/Description + The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC and offers a large variety of peripherals such as: * DDR3 - * NAND FLASH - * 6x PCIe (3x with USB) + * NAND or SPI flash + * multiple PCIe (with USB for Cellular modems) * Optional expansion for additional USB/PCI based periperhals - * 1x USB EHCI - * 1x USB OTG + * USB EHCI + * USB OTG * HDMI Audio/Video in/out * Analog Video in/out * Analog Audio in/out * Gateworks System Controller + * Optional GPS with PPS + * Canbus + * User GPIO + * mSATA endef -$(eval $(call Profile,IMX6Q_GW54XX)) +VENTANA_DTS:= \ + imx6q-gw5400-a \ + imx6q-gw54xx + +$(eval $(call Profile,VENTANA)) |