ralink: add 3.18 support
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / FIREWRT.dts
index 2e5d26b7e7160c871242360f98306c38f2d17f64..8790f7b1afa5148e9c478faef8e35bd0068768e4 100644 (file)
@@ -7,6 +7,7 @@
        model = "Firefly FireWRT";
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x10000000>;
        };
 
                        };
                };
        };
+
+       ethernet@1e100000 {
+               mtd-mac-address = <&factory 0xe000>;
+       };
+
+       gpio-leds {
+               compatible = "gpio-leds";
+
+               power {
+                       label = "firewrt:green:power";
+                       gpios = <&gpio0 22 1>;
+               };
+       };
+
+       gpio-keys-polled {
+               compatible = "gpio-keys-polled";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               poll-interval = <20>;
+               wps {
+                       label = "wps";
+                       gpios = <&gpio0 18 1>;
+                       linux,code = <0x211>;
+               };
+       };
+
 };