rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / RE6500.dts
index b65ade400e8c4ecf014aaa671ecb23c443dfb36a..9887c2868bbd70512ce66603fb7934bdd7d4d6a9 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "mt7621.dtsi"
+#include "mt7621.dtsi"
 
 / {
        compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
@@ -8,7 +8,7 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x0 0x8000000>;
+               reg = <0x0 0x4000000>;
        };
 
        chosen {
@@ -22,7 +22,7 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "mx25l6405d";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "en25q64";
                                spi-max-frequency = <10000000>;
@@ -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>;
                };
        };