mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
3819c1638a
CPU: Allwinner R40 Quad-Core Cortex-A7 @ 1.2GHz GPU: Mali 400 MP2 Memory: 2GB DDR3 onboard (shared with GPU) Onboard: Storage microSD card slot Onboard: Storage 8GB eMMC Onboard: Network 10/100/1000M Ethernet RJ45 Onboard: Network WiFi 802.11b/g/n 1x1 (AMPAK AP6212; brcmfmac) Onboard header: SPI, I2C, GPIO, UART USB: Two USB 2.0 Host, One USB 2.0 OTG Known issues: - WiFi doesn't work - eMMC not supported Signed-off-by: Hal Martin <hal.martin@gmail.com>
253 lines
6.5 KiB
Makefile
253 lines
6.5 KiB
Makefile
#
|
|
# Copyright (C) 2013-2019 OpenWrt.org
|
|
# Copyright (C) 2016 Yousong Zhou
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
ifeq ($(SUBTARGET),cortexa7)
|
|
|
|
define Device/sun7i-a20-olinuxino-lime
|
|
DEVICE_VENDOR := Olimex
|
|
DEVICE_MODEL := A20-OLinuXino-LIME
|
|
DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-rtc-sunxi
|
|
SUPPORTED_DEVICES:=olimex,a20-olinuxino-lime
|
|
SUNXI_DTS:=sun7i-a20-olinuxino-lime
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-olinuxino-lime
|
|
|
|
|
|
define Device/sun7i-a20-olinuxino-lime2
|
|
DEVICE_VENDOR := Olimex
|
|
DEVICE_MODEL := A20-OLinuXino-LIME2
|
|
DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-rtc-sunxi kmod-usb-hid
|
|
SUPPORTED_DEVICES:=olimex,a20-olinuxino-lime2
|
|
SUNXI_DTS:=sun7i-a20-olinuxino-lime2
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-olinuxino-lime2
|
|
|
|
|
|
define Device/sun7i-a20-olinuxino-lime2-emmc
|
|
DEVICE_VENDOR := Olimex
|
|
DEVICE_MODEL := A20-OLinuXino-LIME2
|
|
DEVICE_VARIANT := eMMC
|
|
DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-rtc-sunxi kmod-usb-hid
|
|
SUPPORTED_DEVICES:=olimex,a20-olinuxino-lime2-emmc
|
|
SUNXI_DTS:=sun7i-a20-olinuxino-lime2-emmc
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-olinuxino-lime2-emmc
|
|
|
|
|
|
define Device/sun7i-a20-olinuxino-micro
|
|
DEVICE_VENDOR := Olimex
|
|
DEVICE_MODEL := A20-OLinuXino-MICRO
|
|
DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
|
|
SUPPORTED_DEVICES:=olimex,a20-olinuxino-micro
|
|
SUNXI_DTS:=sun7i-a20-olinuxino-micro
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-olinuxino-micro
|
|
|
|
|
|
define Device/sun7i-a20-bananapi
|
|
DEVICE_VENDOR := LeMaker
|
|
DEVICE_MODEL := Banana Pi
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-core kmod-ata-sunxi
|
|
SUPPORTED_DEVICES:=lemaker,bananapi
|
|
SUNXI_DTS:=sun7i-a20-bananapi
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-bananapi
|
|
|
|
|
|
define Device/sun7i-a20-bananapro
|
|
DEVICE_VENDOR := LeMaker
|
|
DEVICE_MODEL := Banana Pro
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-core kmod-ata-sunxi kmod-brcmfmac
|
|
SUPPORTED_DEVICES:=lemaker,bananapro
|
|
SUNXI_DTS:=sun7i-a20-bananapro
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-bananapro
|
|
|
|
|
|
define Device/sun7i-a20-cubieboard2
|
|
DEVICE_VENDOR := Cubietech
|
|
DEVICE_MODEL := Cubieboard2
|
|
DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
|
|
SUPPORTED_DEVICES:=cubietech,cubieboard2
|
|
SUNXI_DTS:=sun7i-a20-cubieboard2
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-cubieboard2
|
|
|
|
|
|
define Device/sun7i-a20-cubietruck
|
|
DEVICE_VENDOR := Cubietech
|
|
DEVICE_MODEL := Cubietruck
|
|
DEVICE_PACKAGES:=kmod-ata-core kmod-ata-sunxi kmod-rtc-sunxi kmod-brcmfmac
|
|
SUPPORTED_DEVICES:=cubietech,cubietruck
|
|
SUNXI_DTS:=sun7i-a20-cubietruck
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-cubietruck
|
|
|
|
|
|
define Device/sun7i-a20-lamobo-r1
|
|
DEVICE_VENDOR := Lamobo
|
|
DEVICE_MODEL := Lamobo R1
|
|
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtl8192cu swconfig wpad-basic
|
|
SUPPORTED_DEVICES:=lamobo,lamobo-r1
|
|
SUNXI_DTS:=sun7i-a20-lamobo-r1
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-lamobo-r1
|
|
|
|
|
|
define Device/sun6i-a31-m9
|
|
DEVICE_VENDOR := Mele
|
|
DEVICE_MODEL := M9
|
|
DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-rtl8192cu
|
|
SUPPORTED_DEVICES:=mele,m9
|
|
SUNXI_DTS:=sun6i-a31-m9
|
|
endef
|
|
|
|
TARGET_DEVICES += sun6i-a31-m9
|
|
|
|
|
|
define Device/sun8i-h2-plus-orangepi-zero
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi Zero
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
|
SUPPORTED_DEVICES:=xunlong,orangepi-zero
|
|
SUNXI_DTS:=sun8i-h2-plus-orangepi-zero
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h2-plus-orangepi-zero
|
|
|
|
|
|
define Device/sun8i-h2-plus-orangepi-r1
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi R1
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-usb-net kmod-usb-net-rtl8152
|
|
SUPPORTED_DEVICES:=xunlong,orangepi-r1
|
|
SUNXI_DTS:=sun8i-h2-plus-orangepi-r1
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h2-plus-orangepi-r1
|
|
|
|
define Device/sun8i-h3-bananapi-m2-plus
|
|
DEVICE_VENDOR := Sinovoip
|
|
DEVICE_MODEL := Banana Pi M2+
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi \
|
|
kmod-leds-gpio kmod-ledtrig-heartbeat \
|
|
kmod-brcmfmac brcmfmac-firmware-43430a0-sdio wpad-basic
|
|
SUPPORTED_DEVICES:=sinovoip,bananapi-m2-plus
|
|
SUNXI_DTS:=sun8i-h3-bananapi-m2-plus
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h3-bananapi-m2-plus
|
|
|
|
define Device/sun8i-h3-nanopi-m1-plus
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi M1 Plus
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi \
|
|
kmod-leds-gpio kmod-ledtrig-heartbeat \
|
|
kmod-brcmfmac brcmfmac-firmware-43430-sdio wpad-basic
|
|
SUPPORTED_DEVICES:=friendlyarm,nanopi-m1-plus
|
|
SUNXI_DTS:=sun8i-h3-nanopi-m1-plus
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h3-nanopi-m1-plus
|
|
|
|
|
|
define Device/sun8i-h3-nanopi-neo
|
|
DEVICE_VENDOR := FriendlyARM
|
|
DEVICE_MODEL := NanoPi NEO
|
|
SUPPORTED_DEVICES:=friendlyarm,nanopi-neo
|
|
SUNXI_DTS:=sun8i-h3-nanopi-neo
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h3-nanopi-neo
|
|
|
|
|
|
define Device/sun8i-h3-orangepi-one
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi One
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
|
SUPPORTED_DEVICES:=xunlong,orangepi-one
|
|
SUNXI_DTS:=sun8i-h3-orangepi-one
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h3-orangepi-one
|
|
|
|
|
|
define Device/sun8i-h3-orangepi-pc
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi PC
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug
|
|
SUPPORTED_DEVICES:=xunlong,orangepi-pc
|
|
SUNXI_DTS:=sun8i-h3-orangepi-pc
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h3-orangepi-pc
|
|
|
|
|
|
define Device/sun8i-h3-orangepi-pc-plus
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi PC Plus
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug
|
|
SUPPORTED_DEVICES:=xunlong,orangepi-pc-plus
|
|
SUNXI_DTS:=sun8i-h3-orangepi-pc-plus
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h3-orangepi-pc-plus
|
|
|
|
|
|
define Device/sun8i-h3-orangepi-plus
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi Plus
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
|
SUPPORTED_DEVICES:=xunlong,orangepi-plus
|
|
SUNXI_DTS:=sun8i-h3-orangepi-plus
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h3-orangepi-plus
|
|
|
|
define Device/sun8i-h3-orangepi-2
|
|
DEVICE_VENDOR := Xunlong
|
|
DEVICE_MODEL := Orange Pi 2
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
|
SUPPORTED_DEVICES:=xunlong,orangepi-2
|
|
SUNXI_DTS:=sun8i-h3-orangepi-2
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-h3-orangepi-2
|
|
|
|
|
|
define Device/sun7i-a20-pcduino3
|
|
DEVICE_VENDOR := LinkSprite
|
|
DEVICE_MODEL := pcDuino3
|
|
DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-ata-core kmod-ata-sunxi kmod-rtl8xxxu rtl8188eu-firmware
|
|
SUPPORTED_DEVICES:=linksprite,pcduino3
|
|
SUNXI_DTS:=sun7i-a20-pcduino3
|
|
endef
|
|
|
|
TARGET_DEVICES += sun7i-a20-pcduino3
|
|
|
|
define Device/sun8i-r40-bananapi-m2-ultra
|
|
DEVICE_VENDOR := LeMaker
|
|
DEVICE_MODEL := Banana Pi M2 Ultra
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-core kmod-ata-sunxi
|
|
SUPPORTED_DEVICES:=lemaker,bananapi-m2-ultra
|
|
SUNXI_DTS:=sun8i-r40-bananapi-m2-ultra
|
|
endef
|
|
|
|
TARGET_DEVICES += sun8i-r40-bananapi-m2-ultra
|
|
|
|
endif
|