ath79: add support for ELECOM WRC-1750GHBK2-I/C
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9330_glinet_ar150.dts
index a7dab83559c886c34476d261975021e701871cc4..fbc3acdd1b8b1eab542ebb8e86a856bce19fe399 100644 (file)
 
        aliases {
                serial0 = &uart;
-       };
-
-       memory@0 {
-               device_type = "memory";
-               reg = <0x0 0x4000000>;
+               led-boot = &wlan;
+               led-failsafe = &wlan;
+               led-upgrade = &wlan;
        };
 
        leds {
                compatible = "gpio-leds";
 
-               wlan {
+               wlan: wlan {
                        label = "gl-ar150:orange:wlan";
                        gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
-                       default-state = "off";
+                       linux,default-trigger = "phy0tpt";
                };
 
                lan {
                        label = "gl-ar150:green:lan";
                        gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
-                       default-state = "off";
                };
 
                wan {
                        label = "gl-ar150:green:wan";
                        gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
-                       default-state = "off";
                };
        };
 
        keys {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <100>;
 
                manual {
@@ -89,9 +83,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>;
                        };
        };
 };
 
-&mdio0 {
-       status = "okay";
-
-       phy4: ethernet-phy@4 {
-               reg = <4>;
-               phy-mode = "mii";
-       };
-};
-
 &eth0 {
        status = "okay";
 
        mtd-mac-address = <&art 0x0>;
-
-       phy-handle = <&phy4>;
 };
 
 &eth1 {
 
        mtd-mac-address = <&art 0x0>;
 
-       fixed-link {
-               speed = <1000>;
-               full-duplex;
-       };
-
        gmac-config {
                device = <&gmac>;