msm8916-openwrt/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts
Christian Marangi e3ddfcc70c
ath79: convert to new LED color/function format where possible
Initial conversion to new LED color/function format
and drop label format where possible. The same label
is composed at runtime.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-02-07 14:48:34 +01:00

36 lines
569 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include <dt-bindings/leds/common.h>
#include "qca9531_glinet_gl-ar300m.dtsi"
/ {
compatible = "glinet,gl-ar300m-lite", "qca,qca9531";
model = "GL.iNet GL-AR300M-Lite";
};
/delete-node/ &nand_flash;
&nor_firmware {
compatible = "denx,uimage";
label = "firmware";
};
// "Disable" unpopulated GMAC1
&eth1 {
compatible = "syscon", "simple-mfd";
};
&led_status {
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
};
&led_wlan {
function = LED_FUNCTION_WLAN;
color = <LED_COLOR_ID_GREEN>;
};