ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344_tplink_cpe610-v2.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "ar9344_tplink_cpe.dtsi"
6
7 / {
8 model = "TP-Link CPE610 v2";
9 compatible = "tplink,cpe610-v2", "qca,ar9344";
10
11 aliases {
12 led-boot = &led_lan;
13 led-failsafe = &led_lan;
14 led-upgrade = &led_lan;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_lan: lan {
21 function = LED_FUNCTION_LAN;
22 color = <LED_COLOR_ID_GREEN>;
23 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
24 };
25
26 wlan5g {
27 label = "green:wlan5g";
28 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "phy0tpt";
30 };
31 };
32 };
33
34 &eth1 {
35 compatible = "syscon", "simple-mfd";
36 };