ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9563_yuncore_xd3200.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_yuncore_xd4200.dtsi"
4
5 / {
6 compatible = "yuncore,xd3200", "qca,qca9563";
7 model = "YunCore XD3200";
8
9 aliases {
10 label-mac-device = &eth0;
11 led-boot = &led_system;
12 led-failsafe = &led_system;
13 led-running = &led_system;
14 led-upgrade = &led_system;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_system: system {
21 label = "green:system";
22 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
23 default-state = "keep";
24 };
25
26 wlan2g {
27 label = "blue:wlan2g";
28 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "phy1tpt";
30 };
31 };
32 };
33
34 &pcie {
35 wifi@0,0 {
36 nvmem-cells = <&cal_art_5000>;
37 nvmem-cell-names = "calibration";
38 };
39 };