From 8db6522531531348952b161fd4de46a7eca481d6 Mon Sep 17 00:00:00 2001 From: Johann Neuhauser Date: Mon, 13 Aug 2018 15:28:51 +0200 Subject: ath79: add support for TP-Link WR841N/ND v11 Specification: - SoC: Atheros AR9533 - Flash: 4 MB - RAM: 32 MB - Ethernet: 4x LAN (100M) / 1x WAN (100M) - WiFi: 2.4G 300M Flash instruction: Flash factory image from stock WebUI. Signed-off-by: Johann Neuhauser --- .../ath79/dts/qca9533_tplink_tl-wr841-v11.dts | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 target/linux/ath79/dts/qca9533_tplink_tl-wr841-v11.dts (limited to 'target/linux/ath79/dts/qca9533_tplink_tl-wr841-v11.dts') diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v11.dts b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v11.dts new file mode 100644 index 0000000000..7d1cce20a6 --- /dev/null +++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v11.dts @@ -0,0 +1,30 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include +#include + +#include "qca9533_tplink_tl-wr841.dtsi" + +/ { + compatible = "tplink,tl-wr841-v11", "qca,qca9533"; + model = "TP-Link TL-WR841N/ND Version 11"; + + aliases { + led-status = &system_led; + }; +}; + +&gpio_leds { + system_led: system { + label = "tp-link:green:system"; + gpios = <&gpio 1 GPIO_ACTIVE_LOW>; + default-state = "off"; + }; + + wan_orange { + label = "tp-link:orange:wan"; + gpios = <&gpio 2 GPIO_ACTIVE_LOW>; + default-state = "off"; + }; +}; -- cgit v1.2.3