ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9533_tplink_tl-wr841-v11.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "qca9533_tplink_tl-wr841.dtsi"
6
7 / {
8 aliases {
9 led-boot = &led_system;
10 led-failsafe = &led_system;
11 led-running = &led_system;
12 led-upgrade = &led_system;
13 };
14 };
15
16 &leds {
17 led_system: system {
18 label = "green:system";
19 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
20 };
21
22 wan_orange {
23 function = LED_FUNCTION_WAN;
24 color = <LED_COLOR_ID_ORANGE>;
25 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
26 };
27 };