diff options
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v6.dts | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v6.dts b/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v6.dts new file mode 100644 index 0000000000..31f0c14afb --- /dev/null +++ b/target/linux/ath79/dts/tp9343_tplink_tl-wr940n-v6.dts @@ -0,0 +1,35 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include "tp9343_tplink_tl-wr94x.dtsi" + +/ { + compatible = "tplink,tl-wr940n-v6", "qca,tp9343"; + model = "TP-Link TL-WR940N v6"; + + aliases { + led-boot = &led_diag_orange; + led-failsafe = &led_diag_orange; + led-running = &led_diag_orange; + led-upgrade = &led_diag_orange; + }; + + leds { + compatible = "gpio-leds"; + + wan_blue { + label = "tp-link:blue:wan"; + gpios = <&gpio 14 GPIO_ACTIVE_LOW>; + }; + + led_diag_orange: diag_orange { + label = "tp-link:orange:diag"; + gpios = <&gpio 15 GPIO_ACTIVE_HIGH>; + default-state = "on"; + }; + }; +}; + +ð1 { + mtd-mac-address = <&uboot 0x1fc00>; +}; |