aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi')
-rw-r--r--target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi b/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi
new file mode 100644
index 0000000000..ac5a4d5ee9
--- /dev/null
+++ b/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include "ar7240_tplink.dtsi"
+
+&leds {
+ lan {
+ label = "tp-link:green:lan";
+ gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
+ };
+};
+
+&eth1 {
+ mtd-mac-address = <&uboot 0x1fc00>;
+};
+
+&ath9k {
+ compatible = "pci168c,002a";
+};