generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_archer-c2-v3.dts
index c106a63eb8e4dd677c4971ed89e51c704a883602..7852bed1f3994a7e5dcca397cc308b531bb075c8 100644 (file)
        };
 
        aliases {
-               led-boot = &system;
-               led-failsafe = &system;
-               led-running = &system;
-               led-upgrade = &system;
+               led-boot = &led_system;
+               led-failsafe = &led_system;
+               led-running = &led_system;
+               led-upgrade = &led_system;
        };
 
-       gpio_leds: leds {
+       leds {
                compatible = "gpio-leds";
 
-               system: system {
+               led_system: system {
                        label = "tp-link:green:system";
                        gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
                        default-state = "on";
 
 &spi {
        status = "okay";
+
        num-cs = <1>;
 
        flash@0 {
                        partition@20000 {
                                label = "uboot";
                                reg = <0x020000 0x10000>;
+                               read-only;
                        };
 
                        partition@30000 {
                        };
 
                        info: partition@7e0000 {
-                               label = "product-info";
+                               label = "info";
                                reg = <0x7e0000 0x010000>;
                                read-only;
                        };
 
                        art: partition@7f0000 {
-                               label = "ART";
+                               label = "art";
                                reg = <0x7f0000 0x010000>;
                                read-only;
                        };
        phy0: ethernet-phy@0 {
                reg = <0>;
                phy-mode = "sgmii";
+               qca,mib-poll-interval = <500>;
 
                qca,ar8327-initvals = <
                        0x04 0x00080080 /* PORT0 PAD MODE CTRL */
 
 &wmac {
        status = "okay";
+
        mtd-cal-data = <&art 0x1000>;
        mtd-mac-address = <&info 0x8>;
 };