2
0
forked from Ivasoft/openwrt

ar71xx: add ew-balin platform from Embedded Wireless

Add the Embedded Wireless "Balin" platform
 SoC: QCA AR9344 or AR9350
 RAM: DDR2-RAM 64MBytes
 Flash: SPI-NOR 16MBytes
 WLAN: 2 x 2 MIMO 2.4 & 5 GHz IEEE802.11 a/b/g/n
 Ethernet: 3 x 10/100 Mb/s
 USB: 1 x USB2.0 Host/Device bootstrap-pin at power-up
 PCI-Express: 1 x lane PCIe 1.2
 UART: 1 x Normal, 1 x High-Speed
 JTAG: 1 x EJTAG
 GPIO: 10 x Input/Output multiplexed

The module comes already with the current vanilla OpenWrt firmware.
To update, use "sysupgrade" image directly in vendor firmware.

Signed-off-by: Catrinel Catrinescu <cc@80211.de>
This commit is contained in:
Catrinel Catrinescu
2018-01-15 16:45:16 +01:00
committed by Felix Fietkau
parent ad4232e3e9
commit 4ba2dd130a
12 changed files with 148 additions and 0 deletions

View File

@@ -711,6 +711,17 @@ config ATH79_MACH_ESR900
select ATH79_DEV_WMAC
select ATH79_NVRAM
config ATH79_MACH_EW_BALIN
bool "embedded wireless Balin Platform support"
select SOC_AR934X
select ATH79_DEV_M25P80
select ATH79_DEV_GPIO_BUTTONS
select ATH79_DEV_LEDS_GPIO
select ATH79_DEV_WMAC
select ATH79_DEV_ETH
select ATH79_DEV_USB
select ATH79_DEV_AP9X_PCI if PCI
config ATH79_MACH_EW_DORIN
bool "embedded wireless Dorin Platform support"
select SOC_AR933X