X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fimx6%2Fprofiles%2F120-gateworks.mk;h=9891527a80f5e004bda8d21238fe04360aefd34a;hp=9d43537ba7e78a8e623aa45dedac7cd75a92de0c;hb=1932c60d9891f37cfecc3284ef63a9f721724bd5;hpb=d3426773ae177e1f48808f546876103a1d352843 diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index 9d43537ba7..9891527a80 100644 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ b/target/linux/imx6/profiles/120-gateworks.mk @@ -5,53 +5,40 @@ # See /LICENSE for more information. # -define Profile/IMX6Q_GW5400_A - NAME:=Gateworks Ventana GW5400-A +define Profile/VENTANA + NAME:=Gateworks Ventana family PACKAGES:= \ - kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy + kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \ + kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ + kmod-can kmod-can-flexcan \ + kobs-ng endef -define Profile/IMX6Q_GW5400_A/Description - The Gateworks GW5400-A 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 - * SPI 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_GW5400_A)) +VENTANA_DTS:= \ + imx6dl-gw51xx \ + imx6dl-gw52xx \ + imx6dl-gw53xx \ + imx6q-gw5400-a \ + imx6q-gw54xx -define Profile/IMX6Q_GW54XX - NAME:=Gateworks Ventana GW54XX - PACKAGES:= \ - kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy -endef - -define Profile/IMX6Q_GW54XX/Description - The Gateworks GW54xx 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) - * 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 - -IMX6Q_GW54XX_UBIFS_OPTS:="-m 2048 -e 124KiB -c 1912" -IMX6Q_GW54XX_UBI_OPTS:="-m 2048 -p 128KiB -s 2048" - -$(eval $(call Profile,IMX6Q_GW54XX)) +$(eval $(call Profile,VENTANA))