ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / RUT5XX.dts
index 530b8b12fb0e3e7ca2a2e49880b7f2580049b830..f70a04d04af7d2e36c222d452fa892265c40815a 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "rt3050.dtsi"
+#include "rt3050.dtsi"
 
 / {
        compatible = "RUT5XX", "ralink,rt3050-soc";
@@ -9,10 +9,11 @@
        palmbus@10000000 {
                spi@b00 {
                        status = "okay";
+
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "n25q128a13";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "n25q128a13";
                                spi-max-frequency = <10000000>;
                };
        };
 
-        ethernet@10100000 {
-                mtd-mac-address = <&factory 0x28>;
-        };
+       ethernet@10100000 {
+               mtd-mac-address = <&factory 0x28>;
+       };
 
        esw@10110000 {
-               ralink,portmap = <0x3e>;
+               mediatek,portmap = <0x3e>;
+       };
+
+       wmac@10180000 {
+               ralink,mtd-eeprom = <&factory 0>;
        };
 
        gpio-leds {
                compatible = "gpio-leds";
+
                status {
                        label = "rut5xx:green:status";
                        gpios = <&gpio0 14 1>;
@@ -73,6 +79,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
+
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 1>;