mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
e539dc2daa
Modify GL-AR300M-Lite and GL-AR300M (NOR):
* Include qca9531_glinet_gl-ar300m.dtsi directly
rather than qca9531_glinet_gl-ar300m-nor.dts
* Remove redundant inclusion of gpio.h and input.h
Signed-off-by: Jeff Kletsky <git-commits@allycomm.com>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit f5c7fe2ff0
)
26 lines
392 B
Plaintext
26 lines
392 B
Plaintext
/dts-v1/;
|
|
|
|
#include "qca9531_glinet_gl-ar300m.dtsi"
|
|
|
|
/ {
|
|
compatible = "glinet,gl-ar300m-lite", "qca,qca9531";
|
|
model = "GL.iNet GL-AR300M-Lite";
|
|
};
|
|
|
|
// "Disable" unpopulated GMAC1
|
|
|
|
ð1 {
|
|
compatible = "syscon", "simple-mfd";
|
|
};
|
|
|
|
&led_status {
|
|
label = "gl-ar300m-lite:red:status";
|
|
};
|
|
|
|
&led_lan {
|
|
label = "gl-ar300m-lite:green:lan";
|
|
};
|
|
|
|
&led_wlan {
|
|
label = "gl-ar300m-lite:green:wlan";
|
|
}; |