a57d6e2d47
This patch adds support for the Cisco Meraki MR24 Access point to the apm821xx target. Board: MR24 - Meraki MR24 Cloud Managed Access Point CPU: APM82181 SoC 800 MHz (PLB=200 OPB=100 EBC=100) Flash size: 32MiB RAM Size: 128MiB Wireless: Atheros AR9380 5.0GHz + Atheros AR9380 2.4GHz Ethernet ports: 1x Gigabit Atheros AR8035 WARNING: The serial port needs a TTL/RS-232 v3.3 level converter! For flashing instructions, visit: <https://github.com/riptidewave93/Openwrt-MR24/blob/master/README.md#flashing> Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
31 lines
782 B
Diff
31 lines
782 B
Diff
--- a/arch/powerpc/platforms/44x/Kconfig
|
|
+++ b/arch/powerpc/platforms/44x/Kconfig
|
|
@@ -40,6 +40,19 @@ config EBONY
|
|
help
|
|
This option enables support for the IBM PPC440GP evaluation board.
|
|
|
|
+config IKAREM
|
|
+ bool "Ikarem"
|
|
+ depends on 44x
|
|
+ default n
|
|
+ select PPC44x_SIMPLE
|
|
+ select APM821xx
|
|
+ select PCI_MSI
|
|
+ select PPC4xx_MSI
|
|
+ select PPC4xx_PCI_EXPRESS
|
|
+ select IBM_EMAC_RGMII
|
|
+ help
|
|
+ This option enables support for the Cisco Meraki MR24 (Ikarem) Access Point.
|
|
+
|
|
config SAM440EP
|
|
bool "Sam440ep"
|
|
depends on 44x
|
|
--- a/arch/powerpc/platforms/44x/ppc44x_simple.c
|
|
+++ b/arch/powerpc/platforms/44x/ppc44x_simple.c
|
|
@@ -62,6 +62,7 @@ static char *board[] __initdata = {
|
|
"amcc,sequoia",
|
|
"amcc,taishan",
|
|
"amcc,yosemite",
|
|
+ "meraki,ikarem",
|
|
"mosaixtech,icon"
|
|
};
|