generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9561_tplink_archer-c6x.dtsi
index cee30a13b686fab3c71a63b074160517758386b2..b1b166d89a6d0a5e0cf39b0217e0b19b1d1f2872 100644 (file)
@@ -15,7 +15,7 @@
                led-failsafe = &led_power;
                led-running = &led_power;
                led-upgrade = &led_power;
-               label-mac-device = &eth0;
+               label-mac-device = &eth1;
        };
 
        keys {
@@ -34,7 +34,7 @@
                };
        };
 
-       leds {
+       leds: leds {
                compatible = "gpio-leds";
 
                led_power: power {
                        gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
                };
 
-               wan_amber {
-                       label = "tp-link:amber:wan";
-                       gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
-               };
-
                lan {
                        label = "tp-link:green:lan";
                        gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
                };
-
-               wps {
-                       label = "tp-link:green:wps";
-                       gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
-               };
        };
 };
 
 &eth0 {
        status = "okay";
 
-       phy-mode = "mii";
        phy-handle = <&swphy4>;
 
        mtd-mac-address = <&mac 0x8>;
+       mtd-mac-address-increment = <1>;
 };
 
 &eth1 {
        status = "okay";
 
        mtd-mac-address = <&mac 0x8>;
-       mtd-mac-address-increment = <1>;
 };
 
 &wmac {