ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9531_glinet_gl-ar300m-lite.dts
index fba08e4295595b3da6f5cd0aa69b90db327bf5b9..cf531ed8c4102a07ace2528c5935a679afe2d8fb 100644 (file)
@@ -1,22 +1,29 @@
-/dts-v1/;
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 
-#include "qca9531_glinet_gl-ar300m-nor.dts"
+#include "qca9531_glinet_gl-ar300m.dtsi"
 
 / {
        compatible = "glinet,gl-ar300m-lite", "qca,qca9531";
        model = "GL.iNet GL-AR300M-Lite";
 };
 
-// GL-AR300M-Lite has different LED colors than the non-Lite version
+/delete-node/ &nand_flash;
 
-&led_status {
-       label = "gl-ar300m-lite:red:status";
+&nor_firmware {
+       compatible = "denx,uimage";
+       label = "firmware";
+};
+
+// "Disable" unpopulated GMAC1
+
+&eth1 {
+       compatible = "syscon", "simple-mfd";
 };
 
-&led_lan {
-       label = "gl-ar300m-lite:green:lan";
+&led_status {
+       label = "red:status";
 };
 
 &led_wlan {
-       label = "gl-ar300m-lite:green:wlan";
-};
\ No newline at end of file
+       label = "green:wlan";
+};