ath79: add support for Trendnet TEW-823DRU
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9341_pcs_cr3000.dts
index 33d7e4ff874ca820e5dc0c625dcb4d43099ca12e..9a0b084a72fe0c893f41d98c192e518112e160e2 100644 (file)
 
        aliases {
                serial0 = &uart;
-               led-status = &status;
+               led-boot = &status;
+               led-failsafe = &status;
+               led-running = &status;
+               led-upgrade = &status;
        };
 
        keys {
                compatible = "gpio-keys-polled";
                poll-interval = <20>;
-               #address-cells = <1>;
-               #size-cells = <0>;
+
                pinctrl-names = "default";
                pinctrl-0 = <&jtag_disable_pins>;
 
                wlan2g {
                        label = "pcs:blue:wlan";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                        linux,default-trigger = "phy0tpt";
                };
 
                wan {
                        label = "pcs:blue:wan";
                        gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                lan1 {
                        label = "pcs:blue:lan1";
                        gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                lan2 {
                        label = "pcs:blue:lan2";
                        gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                lan3 {
                        label = "pcs:blue:lan3";
                        gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
 
                lan4 {
                        label = "pcs:blue:lan4";
                        gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                };
        };
 };
        status = "okay";
 
        flash@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <25000000>;
                        };
 
                        partition@50000 {
+                               compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x050000 0x07a0000>;
                        };
        phy-handle = <&swphy0>;
        mtd-mac-address = <&art 0x0>;
        mtd-mac-address-increment = <1>;
-
 };
 
 &eth1 {