generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9533_ubnt_acb-isp.dts
index 629899e1a24a7fc87654d17d326d9be5b05be9fe..ded95f3a182554b5326e9bc2928c445463a490ee 100644 (file)
@@ -64,8 +64,8 @@
                                read-only;
                        };
 
-                       eeprom: partition@ff0000 {
-                               label = "EEPROM";
+                       art: partition@ff0000 {
+                               label = "art";
                                reg = <0xff0000 0x010000>;
                                read-only;
                        };
 
 &eth0 {
        status = "okay";
-       mtd-mac-address = <&eeprom 0x0>;
+       mtd-mac-address = <&art 0x0>;
        phy-handle = <&swphy4>;
 };
 
 &eth1 {
        status = "okay";
-       mtd-mac-address = <&eeprom 0x6>;
+       mtd-mac-address = <&art 0x6>;
 
        gmac-config {
                device = <&gmac>;
@@ -94,5 +94,5 @@
 
 &wmac {
        status = "okay";
-       mtd-cal-data = <&eeprom 0x1000>;
+       mtd-cal-data = <&art 0x1000>;
 };