ath79: add support for Pisen WMM003N (Cloud Easy Power)
authorIcenowy Zheng <icenowy@aosc.io>
Sun, 12 Aug 2018 14:32:01 +0000 (22:32 +0800)
committerMathias Kresin <dev@kresin.me>
Tue, 14 Aug 2018 08:19:37 +0000 (10:19 +0200)
commitb2a33d5463e88b74b021711d7f392edeafe61041
treedfd4f003f5586d667ac463cab72501754ef8c983
parent03e5dcbf10b1f67a463735efd8db3386f91473fd
ath79: add support for Pisen WMM003N (Cloud Easy Power)

Pisen WMM003N (sold under the name of Cloud Easy Power) is an
AR9331-based router and power bank combo device. The device uses a
stock firmware modified from OpenWRT for TP-Link TL-WR703N; however
some GPIO definition is different on this device with TL-WR703N. An
AXP202 PMIC (connected to a 5000mAh battery) and a SD slot are also
added, and the stock Flash/RAM configuration is 8MiB/64MiB.

The stock firmware is an old and heavily modified OpenWRT-based
firmware, which has telnetd defaultly open, and the root password is
"ifconfig" (quotation marks not included). The factory image format is
not known yet, however the stock firmware ships the OpenWRT's sysupgrade
command, and it can be used to install a newer firmware.

Due to the lack of the access to the STM8 embedded controller, the SD
slot is currently not usable (because it's muxed with the on-board USB
port) and the AXP PMIC cannot be monitored.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
target/linux/ath79/base-files/etc/board.d/02_network
target/linux/ath79/dts/ar9331_pisen_wmm003n.dts [new file with mode: 0644]
target/linux/ath79/image/generic.mk