ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9342_zyxel_nwa1121-ni.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "ar9342_zyxel_nwa11xx.dtsi"
6
7 / {
8 compatible = "zyxel,nwa1121-ni", "qca,ar9342";
9 model = "Zyxel NWA1121-NI";
10
11 aliases {
12 label-mac-device = &eth0;
13 led-boot = &led_status_green;
14 led-failsafe = &led_status_amber;
15 led-running = &led_status_green;
16 led-upgrade = &led_status_amber;
17 };
18
19 leds {
20 compatible = "gpio-leds";
21
22 led_status_green: status_green {
23 function = LED_FUNCTION_STATUS;
24 color = <LED_COLOR_ID_GREEN>;
25 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
26 default-state = "on";
27 };
28
29 led_status_amber: status_amber {
30 function = LED_FUNCTION_STATUS;
31 color = <LED_COLOR_ID_AMBER>;
32 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
33 };
34 };
35 };