[OpenWrt-Devel] [PATCH 0/3] ath79: add support for QCA9563-based Netgear WNDR routers
Michal Cieslakiewicz
michal.cieslakiewicz at wp.pl
Sat Dec 21 08:50:41 EST 2019
(resent due to me being lazy and using reply-to, apologies and pls
ignore previous thread)
This patchset introduces support for two Netgear dual-band routers
based on the same PCB (29764821) with QCA9563 SoC, AR9580 5GHz chip,
128 MiB RAM, 2 MiB SPI-NOR + 128 MiB SPI-NAND flash:
* Netgear WNDR4300 v2
* Netgear WNDR4500 v3
WNDR4300v2 has been tested successfully with this patchset applied
to master branch. Since I have no access to 4500v3, configuration
for this device is based on information provided by various websites,
including abandoned ar71xx patch https://patchwork.ozlabs.org/patch/809227/
Note: technical wikis claim device is running CPU @ 750 MHz, while on my
WNDR4300v2 both u-boot and OpenWrt report CPU clock value of 775 MHz.
MAC address printed on device label is for LAN interface (ART offset 0x0).
Patch #1 is a prerequisite and allows to unmask certain pins for
ath9k-compatible wireless chips using Device Tree definition. Parameter
is labelled "qca,gpio-mask" and accepts u32 value (see *_GPIO_MASK
constants in ath9k/reg.h file). One of main reasons for blocking access
to these pins is that they provide only one-way communication (in or out).
Here - setting new mask to 0xf6ff (default one is 0xf4ff) enables RFKILL
button wired to input pin 9.
Patch list (3):
mac80211: ath9k: add GPIO mask dts property
ath79: add support for Netgear WNDR4300 v2
ath79: add support for Netgear WNDR4500 v3
package/boot/uboot-envtools/files/ath79 | 2 +
.../patches/ath/553-ath9k_of_gpio_mask.patch | 25 ++
.../linux/ath79/dts/qca9563_netgear_wndr.dtsi | 262 ++++++++++++++++++
.../ath79/dts/qca9563_netgear_wndr4300-v2.dts | 19 ++
.../ath79/dts/qca9563_netgear_wndr4500-v3.dts | 41 +++
target/linux/ath79/image/nand.mk | 22 ++
.../ath79/nand/base-files/etc/board.d/01_leds | 4 +-
.../nand/base-files/etc/board.d/02_network | 8 +-
.../etc/hotplug.d/firmware/10-ath9k-eeprom | 8 +-
9 files changed, 386 insertions(+), 5 deletions(-)
create mode 100644 package/kernel/mac80211/patches/ath/553-ath9k_of_gpio_mask.patch
create mode 100644 target/linux/ath79/dts/qca9563_netgear_wndr.dtsi
create mode 100644 target/linux/ath79/dts/qca9563_netgear_wndr4300-v2.dts
create mode 100644 target/linux/ath79/dts/qca9563_netgear_wndr4500-v3.dts
--
2.24.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list