ath79: WNDR3700 v1/v2: make u-boot env partition writable
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_yuncore_xd4200.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_yuncore_xd4200.dtsi"
5
6 / {
7 compatible = "yuncore,xd4200", "qca,qca9563";
8 model = "YunCore XD4200";
9
10 aliases {
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 = "xd4200:blue:system";
22 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
23 default-state = "keep";
24 };
25
26 wlan2g {
27 label = "xd4200:blue:wlan2g";
28 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "phy1tpt";
30 };
31 };
32 };