ath79: convert to new LED color/function format where possible
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9531_glinet_gl-ar300m-lite.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "qca9531_glinet_gl-ar300m.dtsi"
6
7 / {
8 compatible = "glinet,gl-ar300m-lite", "qca,qca9531";
9 model = "GL.iNet GL-AR300M-Lite";
10 };
11
12
13 /delete-node/ &nand_flash;
14
15 &nor_firmware {
16 compatible = "denx,uimage";
17 label = "firmware";
18 };
19
20 // "Disable" unpopulated GMAC1
21
22 &eth1 {
23 compatible = "syscon", "simple-mfd";
24 };
25
26 &led_status {
27 function = LED_FUNCTION_STATUS;
28 color = <LED_COLOR_ID_RED>;
29 };
30
31 &led_wlan {
32 function = LED_FUNCTION_WLAN;
33 color = <LED_COLOR_ID_GREEN>;
34 };
35