generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9533_ubnt_acb-isp.dts
index 3bdaa8ba9b08fd2bd351a3756a172d5ec74c12ab..ded95f3a182554b5326e9bc2928c445463a490ee 100644 (file)
        compatible = "ubnt,acb-isp", "qca,qca9533";
        model = "Ubiquiti airCube ISP";
 
+       aliases {
+               label-mac-device = &wmac;
+       };
+
        keys {
                compatible = "gpio-keys";
 
@@ -60,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>;
@@ -90,6 +94,5 @@
 
 &wmac {
        status = "okay";
-       mtd-cal-data = <&eeprom 0x1000>;
-       mtd-mac-address = <&eeprom 0x1002>;
+       mtd-cal-data = <&art 0x1000>;
 };