generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9531_glinet_gl-ar300m-lite.dts
index fba08e4295595b3da6f5cd0aa69b90db327bf5b9..0eeda5c3c98bafeb290fa9a08272cae6178d38d3 100644 (file)
@@ -1,13 +1,26 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
 /dts-v1/;
 
-#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;
+
+&nor_firmware {
+       compatible = "denx,uimage";
+       label = "firmware";
+};
+
+// "Disable" unpopulated GMAC1
+
+&eth1 {
+       compatible = "syscon", "simple-mfd";
+};
 
 &led_status {
        label = "gl-ar300m-lite:red:status";
@@ -19,4 +32,4 @@
 
 &led_wlan {
        label = "gl-ar300m-lite:green:wlan";
-};
\ No newline at end of file
+};