diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-07-22 17:34:08 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-08 18:32:52 +0100 |
commit | bd3eb071fd365df528762c36e9bfa299ce079056 (patch) | |
tree | d947653c6cdf37bbda7cbde7538c6693b89fd3bc /target/linux/ath79/dts | |
parent | 19ff3f5105791a31b27932e1bf2ad9e150604b6e (diff) | |
download | upstream-bd3eb071fd365df528762c36e9bfa299ce079056.tar.gz upstream-bd3eb071fd365df528762c36e9bfa299ce079056.tar.bz2 upstream-bd3eb071fd365df528762c36e9bfa299ce079056.zip |
ath79: add support for TP-Link TL-WR841N/ND v10
The TL-WR841N/ND v10 is mostly identical to the v9. Apart from some minor
changes, it contains a newer revision of the QCA9533 SoC and the CPU clock
is significantly higher.
Flash instruction (WebUI):
Download *-factory.bin image and upload it via the firmwary upgrade
function of the stock firmware WebUI.
Flash instruction (TFTP):
1. Set PC to fixed ip address 192.168.0.66
2. Download *-factory.bin image and rename it to wr841nv10_tp_recovery.bin
3. Start a tftp server with the image file in its root directory
4. Turn off the router
5. Press and hold Reset button
6. Turn on router with the reset button pressed and wait ~15 seconds
7. Release the reset button and after a short time
the firmware should be transferred from the tftp server
8. Wait ~30 second to complete recovery.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 4254193c1dc27e18baeb7488ac7fd4ce1afc5723)
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/qca9533_tplink_tl-wr841-v10.dts | 16 | ||||
-rw-r--r-- | target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts | 3 |
2 files changed, 16 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v10.dts b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v10.dts new file mode 100644 index 0000000000..2a4d0a1921 --- /dev/null +++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v10.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include "qca9533_tplink_tl-wr841.dtsi" + +/ { + compatible = "tplink,tl-wr841-v10", "qca,qca9533"; + model = "TP-Link TL-WR841N/ND v10"; + + aliases { + led-boot = &qss_led; + led-failsafe = &qss_led; + led-running = &qss_led; + led-upgrade = &qss_led; + }; +}; diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts index a3284226a0..d8c4546f49 100644 --- a/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts +++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v9.dts @@ -1,9 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; -#include <dt-bindings/gpio/gpio.h> -#include <dt-bindings/input/input.h> - #include "qca9533_tplink_tl-wr841.dtsi" / { |