immortalwrt/target/linux/ath79
Zoltan HERPAI 7422fb320d ath79: add support for Atheros DB120 reference board
Atheros DB120 reference board.

Specifications:

SoC:    QCA9344
DRAM:   128Mb DDR2
Flash:  8Mb SPI-NOR, 128Mb NAND flash
Switch: 5x 10/100Mbps via AR8229 switch (integrated into SoC),
        5x 10/100/1000Mbps via QCA8237 via RGMII
WLAN:   AR9300 (SoC, 2.4G+5G) + AR9340 (PCIe, 5G-only)
USB:    1x 2.0
UART:   standard QCA UART header
JTAG:   yes
Button: 1x reset
LEDs:   a lot
Slots:  2x mPCIe + 1x mini-PCI, but using them requires
        additional undocumented changes.
Misc:   The board allows to boot off NAND, and there is
        I2S audio support as well - also requiring
        additional undocumented changes.

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-atheros_db120-squashfs-factory.bin
   available via TFTP

   tftpboot 0x80060000 openwrt-ath79-generic-atheros_db120-squashfs-factory.bin
   erase 0x9f050000 +$filesize
   cp.b $fileaddr 0x9f050000 $filesize

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-atheros_db120-squashfs-factory.bin
   available via TFTP, as "firmware.bin"

   run fw_upg

   Reboot the board.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
[explicit factory recipe in generic.mk, sorting in 10-ath9k-eeprom,
 convert to nvmem, use fwconcat* names in DTS, remove unneeded DT
 labels, remove redundant uart node]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-08-23 12:04:51 +08:00
..
base-files/etc/hotplug.d/ieee80211 ath79: add WiFi migration for AR913x 2020-09-29 11:23:24 +08:00
dts ath79: add support for Atheros DB120 reference board 2021-08-23 12:04:51 +08:00
files treewide: backport support for nvmem on non platform devices 2021-08-06 18:51:27 +08:00
generic ath79: add support for Atheros DB120 reference board 2021-08-23 12:04:51 +08:00
image ath79: add support for Atheros DB120 reference board 2021-08-23 12:04:51 +08:00
mikrotik ath79: add support for MikroTik RouterBOARD 912UAG-2HPnD 2021-06-21 20:39:04 +08:00
nand treewide: remove redundant ubifs kconfig symbols 2021-04-22 23:09:52 +08:00
patches-5.4 ath79: fix the AR7{1,2}00 USB PHY patches 2021-08-09 12:04:43 +08:00
patches-5.10 ath79: fix the AR7{1,2}00 USB PHY patches 2021-08-09 12:04:43 +08:00
tiny ath79: consolidate testing kernel 2021-04-11 23:26:07 +08:00
config-5.4 ath79: add missing MTD_NAND_RB91X symbol 2021-07-11 12:06:24 +08:00
config-5.10 ath79: add missing GPIO_LATCH symbol 2021-06-22 15:36:45 +08:00
Makefile ath79: consolidate testing kernel 2021-04-11 23:26:07 +08:00
modules.mk Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00