ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344_netgear_wndr_wan.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 &leds {
6 wan_green {
7 function = LED_FUNCTION_WAN;
8 color = <LED_COLOR_ID_GREEN>;
9 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
10 };
11
12 wan_amber {
13 function = LED_FUNCTION_WAN;
14 color = <LED_COLOR_ID_AMBER>;
15 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
16 };
17 };