openwrtv3/target/linux/ar71xx
Piotr Dymacz e767980eb8 ar71xx: add support for Wallys DR531
Wallys DR531 is based on Qualcomm Atheros QCA9531 v2.
Short specification:

- 550/400/200 MHz (CPU/DDR/AHB)
- 2x 10/100 Mbps Ethernet
- 64 MB of RAM (DDR2)
- 8 MB of FLASH
- 2T2R 2.4 GHz with external PA (SE2576L), up to 30 dBm
- 2x MMCX connectors
- mini-PCIe connector with PCIe/USB buses and SIM slot
- 7x LED, 1x button, 1x optional buzzer
- UART, (E)JTAG and LED headers

Default configuration:

- WAN on eth1 (RJ45 near DC jack)
- LAN on eth0 (RJ45 near button)
- S4 LED set to be status LED
- all LEDs configurable form user space
- button configured for reset

Flash instruction (do it under U-Boot, using UART):

1. tftp 0x80060000 lede-ar71xx-generic-dr531-squashfs-sysupgrade.bin
2. erase 0x9f050000 +$filesize
3. cp.b $fileaddr 0x9f050000 $filesize
4. setenv bootcmd "bootm 0x9f050000"
5. saveenv && reset

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2016-07-13 20:03:10 +02:00
..
base-files ar71xx: add support for Wallys DR531 2016-07-13 20:03:10 +02:00
files ar71xx: add support for Wallys DR531 2016-07-13 20:03:10 +02:00
generic ar71xx: merge profiles into image building code 2016-06-27 11:10:15 +02:00
image ar71xx: add support for Wallys DR531 2016-07-13 20:03:10 +02:00
mikrotik tools: add kernel2minor utility for Mikrotik devices 2016-07-05 22:59:14 +02:00
nand ar71xx: merge profiles into image building code 2016-06-27 11:10:15 +02:00
patches-4.4 kernel: update to version 4.4.14 2016-06-26 18:20:37 +02:00
config-4.4 ar71xx: add support for Wallys DR531 2016-07-13 20:03:10 +02:00
Makefile ar71xx: update to linux 4.4 2016-05-15 20:55:39 +02:00
modules.mk ar71xx: add LED driver NU801 2015-12-11 15:04:57 +00:00