generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / ar9342_ubnt_xw.dtsi
index 84fc22215667244c390a1104a46548b5c7c89e6c..cf24aba5aa9c542c6312e1275cd9e6cf9a1e363a 100644 (file)
        model = "Ubiquiti Networks XW board";
 
        aliases {
-               led-boot = &system;
-               led-running = &system;
-               led-upgrade = &system;
-               led-failsafe = &system;
+               led-boot = &led_link4;
+               led-running = &led_link4;
+               led-upgrade = &led_link4;
+               led-failsafe = &led_link4;
+               label-mac-device = &wmac;
        };
 
        leds {
@@ -34,7 +35,7 @@
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
                };
 
-               system: link4 {
+               led_link4: link4 {
                        label = "ubnt:green:link4";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                };
                                reg = <0x050000 0x760000>;
                        };
 
-                       partition@fb0000 {
+                       partition@7b0000 {
                                label = "cfg";
                                reg = <0x7b0000 0x040000>;
                                read-only;
                        };
 
-                       eeprom: partition@ff0000 {
-                               label = "EEPROM";
+                       art: partition@7f0000 {
+                               label = "art";
                                reg = <0x7f0000 0x010000>;
                                read-only;
                        };
 &wmac {
        status = "okay";
 
-       mtd-cal-data = <&eeprom 0x1000>;
-       mtd-mac-address = <&eeprom 0x1002>;
+       mtd-cal-data = <&art 0x1000>;
 };
 
 &eth0 {
-       mtd-mac-address = <&eeprom 0x0>;
+       mtd-mac-address = <&art 0x0>;
 };