forked from Ivasoft/openwrt
ar71xx: add support for RB mAP L-2nD
This patch adds support for the MikroTik RouterBOARD mAP lite https://routerboard.com/RBmAPL-2nD Specifications: - SoC: Qualcomm QCA9533 (650MHz) - RAM: 64MB - Storage: 16MB NOR SPI flash - Wireless: builtin QCA9533, 2x2:2 - Ethernet: 1x100M This is another 16M SPI NOR mikrotik device. The machine file is named mach-rbspi.c because I plan to add support for several of the other spi-based RouterBOARD devices in subsequent patches: they share most of the hardware and thus the same codebase. Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
This commit is contained in:
committed by
Felix Fietkau
parent
d1a75c5161
commit
c59fa94eee
@@ -924,6 +924,19 @@ config ATH79_MACH_RB2011
|
||||
select ATH79_DEV_WMAC
|
||||
select ATH79_ROUTERBOOT
|
||||
|
||||
config ATH79_MACH_RBSPI
|
||||
bool "MikroTik RouterBOARD SPI-NOR support"
|
||||
select SOC_QCA953X
|
||||
select ATH79_DEV_ETH
|
||||
select ATH79_DEV_GPIO_BUTTONS
|
||||
select ATH79_DEV_LEDS_GPIO
|
||||
select ATH79_DEV_M25P80
|
||||
select ATH79_DEV_WMAC
|
||||
select ATH79_ROUTERBOOT
|
||||
help
|
||||
Say 'Y' here if you want your kernel to support the
|
||||
MikroTik RouterBOARD mAP lite
|
||||
|
||||
config ATH79_MACH_RBSXTLITE
|
||||
bool "MikroTik RouterBOARD SXT Lite"
|
||||
select SOC_AR934X
|
||||
|
||||
Reference in New Issue
Block a user