generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / ar9331_embeddedwireless_dorin.dts
index 4b204b7561c07f6d9f7d1867a0847006f8f9d7b7..349c7ffc4d92a51161593c5a85b66b17cf770403 100644 (file)
        compatible = "embeddedwireless,dorin", "qca,ar9331";
 
        aliases {
+               led-boot = &led_status;
+               led-failsafe = &led_status;
+               led-running = &led_status;
+               led-upgrade = &led_status;
                serial0 = &uart;
        };
 
-       memory@0 {
-               device_type = "memory";
-               reg = <0x0 0x4000000>;
-       };
-
        leds {
                compatible = "gpio-leds";
 
-               status {
+               led_status: status {
                        label = "dorin:green:status";
                        gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
        };
 
        keys {
-               compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               poll-interval = <100>;
+               compatible = "gpio-keys";
 
                wps {
                        label = "wps";
                        linux,code = <KEY_WPS_BUTTON>;
-                       gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
                };
 
                reset {
 };
 
 &spi {
-       num-chipselects = <1>;
        status = "okay";
 
-       spiflash {
-               #address-cells = <1>;
-               #size-cells = <1>;
+       num-chipselects = <1>;
+
+       flash@0 {
                compatible = "jedec,spi-nor";
-               spi-max-frequency = <104000000>;
+               spi-max-frequency = <50000000>;
                reg = <0>;
 
                partitions {
                        };
 
                        partition@2 {
+                               compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x050000 0xfa0000>;
                        };
 
                        art: partition@3 {
-                               label = "ART";
+                               label = "art";
                                reg = <0xff0000 0x010000>;
                                read-only;
                        };
        status = "okay";
 
        mtd-mac-address = <&art 0x1002>;
-
-       fixed-link {
-               speed = <1000>;
-               full-duplex;
-       };
-
-       gmac-config {
-               device = <&gmac>;
-
-               switch-phy-addr-swap = <1>;
-               switch-phy-swap = <1>;
-       };
+       mtd-mac-address-increment-byte = <3>;
+       mtd-mac-address-increment = <0x40>;
 };
 
 &mdio1 {
        status = "okay";
 };
+
+&wmac {
+       status = "okay";
+
+       mtd-cal-data = <&art 0x1000>;
+};