rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / RE6500.dts
index 9ce0fd88e516a90a0aa470a4d87ec64ac390d869..9887c2868bbd70512ce66603fb7934bdd7d4d6a9 100644 (file)
@@ -8,7 +8,7 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x0 0x8000000>;
+               reg = <0x0 0x4000000>;
        };
 
        chosen {
@@ -47,7 +47,7 @@
 
                                partition@50000 {
                                        label = "firmware";
-                                       reg = <0x50000 0xfb0000>;
+                                       reg = <0x50000 0x7b0000>;
                                };
                        };
                };
                };
        };
 
+       ethernet@1e100000 {
+               mtd-mac-address = <&factory 0x2e>;
+       };
+
        gpio-leds {
                compatible = "gpio-leds";
 
                wifi {
                        label = "re6500:orange:wifi";
-                       gpios = <&gpio0 0 1>;
+                       gpios = <&gpio0 0 0>;
                };
 
                power {
                        label = "re6500:white:power";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 0>;
                };
        };