aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9533_tplink_tl-wr841-v11.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9533_tplink_tl-wr841-v11.dts')
-rw-r--r--target/linux/ath79/dts/qca9533_tplink_tl-wr841-v11.dts30
1 files changed, 30 insertions, 0 deletions
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 <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
+#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";
+ };
+};