ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / tp9343_tplink_tl-wr940n-v6.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "tp9343_tplink_tl-wr94x.dtsi"
6
7 / {
8 compatible = "tplink,tl-wr940n-v6", "qca,tp9343";
9 model = "TP-Link TL-WR940N v6";
10
11 aliases {
12 led-boot = &led_diag_orange;
13 led-failsafe = &led_diag_orange;
14 led-running = &led_diag_orange;
15 led-upgrade = &led_diag_orange;
16 };
17
18 leds {
19 compatible = "gpio-leds";
20
21 wan_blue {
22 function = LED_FUNCTION_WAN;
23 color = <LED_COLOR_ID_BLUE>;
24 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
25 };
26
27 led_diag_orange: diag_orange {
28 label = "orange:diag";
29 gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
30 default-state = "on";
31 };
32 };
33 };
34
35 &eth1 {
36 nvmem-cells = <&macaddr_uboot_1fc00 0>;
37 nvmem-cell-names = "mac-address";
38 };