forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ath79: add support for Qualcomm AP143 reference boards
Specifications: SoC: QCA9533 DRAM: 32Mb DDR1 Flash: 8/16Mb SPI-NOR LAN: 4x 10/100Mbps via AR8229 switch (integrated into SoC) on GMII WAN: 1x 10/100Mbps via MII WLAN: QCA9530 USB: 1x 2.0 UART: standard QCA UART header JTAG: yes Button: 1x WPS, 1x reset LEDs: 8x LEDs A version with 4Mb flash is also available, but due to lack of enough space it's not supported. As the original flash layout does not provide enough space for the kernel (1472k), the firmware uses OKLI and concat flash to overcome the limitation without changing the boot address of the bootloaders. Installation: 1. Original bootloader Connect the board to ethernet Set up a server with an IP address of 192.168.1.10 Make the openwrt-ath79-generic-qca_ap143-8m-squashfs-factory.bin available via TFTP tftpboot 0x80060000 openwrt-ath79-generic-qca_ap143-8m-squashfs-factory.bin erase 0x9f050000 +$filesize cp.b $fileaddr 0x9f050000 $filesize Reboot the board. 2. pepe2k's u-boot_mod Connect the board to ethernet Set up a server with an IP address of 192.168.1.10 Make the openwrt-ath79-generic-qca_ap143-8m-squashfs-factory.bin available via TFTP, as "firmware.bin" run fw_upg Reboot the board. For the 16M version of the board, please use openwrt-ath79-generic-qca_ap143-16m-squashfs-factory.bin Signed-off-by: Zoltan HERPAI <[email protected]> [use fwconcatX names, drop redundant uart status, fix IMAGE_SIZE, set up IMAGE/factory.bin without metadata] Signed-off-by: Adrian Schmutzler <[email protected]>
- Loading branch information
Showing
7 changed files
with
275 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT | ||
|
||
#include "qca9533_qca_ap143.dtsi" | ||
|
||
/ { | ||
model = "Qualcomm Atheros AP143 (16M) reference board"; | ||
compatible = "qca,ap143-16m", "qca,qca9533"; | ||
|
||
virtual_flash { | ||
compatible = "mtd-concat"; | ||
devices = <&fwconcat0 &fwconcat1>; | ||
|
||
partitions { | ||
compatible = "fixed-partitions"; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
|
||
partition@0 { | ||
reg = <0x0 0x0>; | ||
label = "firmware"; | ||
compatible = "openwrt,uimage", "denx,uimage"; | ||
openwrt,ih-magic = <IH_MAGIC_OKLI>; | ||
}; | ||
}; | ||
}; | ||
}; | ||
|
||
&partitions { | ||
fwconcat0: partition@50000 { | ||
label = "fwconcat0"; | ||
reg = <0x050000 0xe30000>; | ||
}; | ||
|
||
partition@e80000 { | ||
label = "loader"; | ||
reg = <0xe80000 0x10000>; | ||
}; | ||
|
||
fwconcat1: partition@e90000 { | ||
label = "fwconcat1"; | ||
reg = <0xe90000 0x160000>; | ||
}; | ||
|
||
art: partition@ff0000 { | ||
label = "art"; | ||
reg = <0xff0000 0x010000>; | ||
read-only; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT | ||
|
||
#include "qca9533_qca_ap143.dtsi" | ||
|
||
/ { | ||
model = "Qualcomm Atheros AP143 (8M) reference board"; | ||
compatible = "qca,ap143-8m", "qca,qca9533"; | ||
|
||
virtual_flash { | ||
compatible = "mtd-concat"; | ||
devices = <&fwconcat0 &fwconcat1>; | ||
|
||
partitions { | ||
compatible = "fixed-partitions"; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
|
||
partition@0 { | ||
reg = <0x0 0x0>; | ||
label = "firmware"; | ||
compatible = "openwrt,uimage", "denx,uimage"; | ||
openwrt,ih-magic = <IH_MAGIC_OKLI>; | ||
}; | ||
}; | ||
}; | ||
}; | ||
|
||
&partitions { | ||
fwconcat0: partition@50000 { | ||
label = "fwconcat0"; | ||
reg = <0x050000 0x630000>; | ||
}; | ||
|
||
partition@680000 { | ||
label = "loader"; | ||
reg = <0x680000 0x10000>; | ||
}; | ||
|
||
fwconcat1: partition@690000 { | ||
label = "fwconcat1"; | ||
reg = <0x690000 0x160000>; | ||
}; | ||
|
||
art: partition@7f0000 { | ||
label = "art"; | ||
reg = <0x7f0000 0x010000>; | ||
read-only; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT | ||
|
||
#include "qca953x.dtsi" | ||
|
||
#include <dt-bindings/gpio/gpio.h> | ||
#include <dt-bindings/input/input.h> | ||
#include <dt-bindings/mtd/partitions/uimage.h> | ||
|
||
/ { | ||
aliases { | ||
led-boot = &led_wps; | ||
led-failsafe = &led_wps; | ||
led-running = &led_wps; | ||
led-upgrade = &led_wps; | ||
}; | ||
|
||
leds { | ||
compatible = "gpio-leds"; | ||
|
||
wan { | ||
label = "green:wan"; | ||
gpios = <&gpio 4 GPIO_ACTIVE_LOW>; | ||
}; | ||
|
||
wlan { | ||
label = "green:wlan"; | ||
gpios = <&gpio 12 GPIO_ACTIVE_LOW>; | ||
linux,default-trigger = "phy0tpt"; | ||
}; | ||
|
||
lan1 { | ||
label = "green:lan1"; | ||
gpios = <&gpio 16 GPIO_ACTIVE_LOW>; | ||
}; | ||
|
||
lan2 { | ||
label = "green:lan2"; | ||
gpios = <&gpio 15 GPIO_ACTIVE_LOW>; | ||
}; | ||
|
||
lan3 { | ||
label = "green:lan3"; | ||
gpios = <&gpio 14 GPIO_ACTIVE_LOW>; | ||
}; | ||
|
||
lan4 { | ||
label = "green:lan4"; | ||
gpios = <&gpio 11 GPIO_ACTIVE_LOW>; | ||
}; | ||
|
||
led_wps: wps { | ||
label = "green:wps"; | ||
gpios = <&gpio 13 GPIO_ACTIVE_LOW>; | ||
}; | ||
}; | ||
|
||
keys { | ||
compatible = "gpio-keys"; | ||
|
||
wps { | ||
label = "WPS button"; | ||
linux,code = <KEY_WPS_BUTTON>; | ||
gpios = <&gpio 17 GPIO_ACTIVE_LOW>; | ||
debounce-interval = <60>; | ||
}; | ||
}; | ||
}; | ||
|
||
&spi { | ||
status = "okay"; | ||
|
||
flash@0 { | ||
compatible = "jedec,spi-nor"; | ||
reg = <0>; | ||
spi-max-frequency = <25000000>; | ||
|
||
partitions: partitions { | ||
compatible = "fixed-partitions"; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
|
||
partition@0 { | ||
label = "u-boot"; | ||
reg = <0x000000 0x040000>; | ||
read-only; | ||
}; | ||
|
||
partition@40000 { | ||
label = "u-boot-env"; | ||
reg = <0x040000 0x010000>; | ||
read-only; | ||
}; | ||
}; | ||
}; | ||
}; | ||
|
||
ð0 { | ||
status = "okay"; | ||
|
||
mtd-mac-address = <&art 0x0>; | ||
|
||
phy-handle = <&swphy4>; | ||
}; | ||
|
||
ð1 { | ||
mtd-mac-address = <&art 0x6>; | ||
|
||
gmac-config { | ||
device = <&gmac>; | ||
}; | ||
}; | ||
|
||
&wmac { | ||
status = "okay"; | ||
|
||
mtd-cal-data = <&art 0x1000>; | ||
}; | ||
|
||
&usb0 { | ||
status = "okay"; | ||
}; | ||
|
||
&usb_phy { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters