ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344_openmesh_mr600-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "ar9344_openmesh_mr600.dtsi"
6
7 / {
8 compatible = "openmesh,mr600-v1", "qca,ar9344";
9 model = "OpenMesh MR600 v1";
10
11 aliases {
12 led-boot = &led_power_orange;
13 led-failsafe = &led_power_orange;
14 led-running = &led_power_orange;
15 led-upgrade = &led_power_orange;
16 };
17
18 leds {
19 compatible = "gpio-leds";
20
21 wifi5g_green {
22 label = "green:wifi5g";
23 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
24 linux,default-trigger = "phy0tpt";
25 };
26
27 wps_blue {
28 function = LED_FUNCTION_WPS;
29 color = <LED_COLOR_ID_BLUE>;
30 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
31 };
32
33 led_power_orange: power_orange {
34 function = LED_FUNCTION_POWER;
35 color = <LED_COLOR_ID_ORANGE>;
36 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
37 default-state = "on";
38 };
39 };
40
41 leds-ath9k {
42 compatible = "gpio-leds";
43
44 wifi2g {
45 label = "blue:wifi2g";
46 gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
47 linux,default-trigger = "phy1tpt";
48 };
49 };
50 };