ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9563_yuncore_xd4200.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_yuncore_xd4200.dtsi"
4
5 / {
6 compatible = "yuncore,xd4200", "qca,qca9563";
7 model = "YunCore XD4200";
8
9 aliases {
10 led-boot = &led_system;
11 led-failsafe = &led_system;
12 led-running = &led_system;
13 led-upgrade = &led_system;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 led_system: system {
20 label = "blue:system";
21 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
22 default-state = "keep";
23 };
24
25 wlan2g {
26 label = "blue:wlan2g";
27 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
28 linux,default-trigger = "phy1tpt";
29 };
30 };
31 };