From b9f4f1f97aeeec65a872c4c5b1a0528a69d16d7b Mon Sep 17 00:00:00 2001 From: Jun Su Date: Tue, 3 Mar 2020 17:33:40 +0800 Subject: ath79: add support for TP-Link TL-WR740N v5 This adds support for the TP-Link TL-WR740N v5, a clone of the v4 only with a different TPLINK_HWID. It was already supported in ar71xx as well. Specifications: SOC: Atheros AR9331 CPU: 400MHz Flash: 4 MiB RAM: 32 MiB WLAN: Atheros AR9330 bgn Ethernet: 5 ports (100M) Flashing instructions: - Flash factory image from OEM WebUI: openwrt-ath79-tiny-tplink_tl-wr740n-v5-squashfs-factory.bin - Sysupgrade from ar71xx image: openwrt-ath79-tiny-tplink_tl-wr740n-v5-squashfs-sysupgrade.bin Signed-off-by: Jun Su [commit title/message facelift] Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/ar9331_tplink_tl-wr740n-v5.dts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/ath79/dts/ar9331_tplink_tl-wr740n-v5.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-wr740n-v5.dts b/target/linux/ath79/dts/ar9331_tplink_tl-wr740n-v5.dts new file mode 100644 index 0000000000..a031bf3875 --- /dev/null +++ b/target/linux/ath79/dts/ar9331_tplink_tl-wr740n-v5.dts @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include "ar9331_tplink_tl-wr741nd-v4.dtsi" + +/ { + model = "TP-Link TL-WR740N v5"; + compatible = "tplink,tl-wr740n-v5", "qca,ar9331"; +}; -- cgit v1.2.3