ath79: add support for TP-Link WDR3500 v1
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9331_embeddedwireless_dorin.dts
index db4cd76bec10a1a4196f118622cebe85189b4fcf..d0e0169f1b9cd15ab2f4a5e3a11dbae8c2cad9cf 100644 (file)
        compatible = "embeddedwireless,dorin", "qca,ar9331";
 
        aliases {
-               led-status = &status;
+               led-boot = &status;
+               led-failsafe = &status;
+               led-running = &status;
+               led-upgrade = &status;
                serial0 = &uart;
        };
 
                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>;
 
                wps {
@@ -66,9 +66,7 @@
        num-chipselects = <1>;
        status = "okay";
 
-       spiflash {
-               #address-cells = <1>;
-               #size-cells = <1>;
+       flash@0 {
                compatible = "jedec,spi-nor";
                spi-max-frequency = <104000000>;
                reg = <0>;
                        };
 
                        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>;
+       mtd-mac-address-increment-byte = <3>;
        mtd-mac-address-increment = <0x40>;
-
-       fixed-link {
-               speed = <1000>;
-               full-duplex;
-       };
-
 };
 
 &mdio1 {