aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts')
-rw-r--r--target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts71
1 files changed, 71 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts b/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts
new file mode 100644
index 0000000000..a8dff14b8f
--- /dev/null
+++ b/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v4.dts
@@ -0,0 +1,71 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/dts-v1/;
+
+#include "tp9343_tplink_tl-wr94x.dtsi"
+
+/ {
+ compatible = "tplink,tl-wr940n-v4", "qca,tp9343";
+ model = "TP-Link TL-WR940N v4";
+
+ aliases {
+ led-boot = &system;
+ led-failsafe = &system;
+ led-running = &system;
+ led-upgrade = &system;
+ };
+
+ leds {
+ compatible = "gpio-leds";
+
+ system: system {
+ label = "tp-link:blue:system";
+ gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
+ default-state = "on";
+ };
+
+ qss {
+ label = "tp-link:blue:qss";
+ gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
+ };
+
+ wlan {
+ label = "tp-link:blue:wlan";
+ gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
+ linux,default-trigger = "phy0tpt";
+ };
+
+ wan_blue {
+ label = "tp-link:blue:wan";
+ gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
+ };
+
+ wan_red {
+ label = "tp-link:red:wan";
+ gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
+ };
+
+ lan1 {
+ label = "tp-link:blue:lan1";
+ gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
+ };
+
+ lan2 {
+ label = "tp-link:blue:lan2";
+ gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
+ };
+
+ lan3 {
+ label = "tp-link:blue:lan3";
+ gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
+ };
+
+ lan4 {
+ label = "tp-link:blue:lan4";
+ gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
+ };
+ };
+};
+
+&eth1 {
+ mtd-mac-address = <&uboot 0x1fc00>;
+};