ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / WRTNODE.dts
index 2a4dd198bc3ab2f2fefa13f03c6bf4fe1b22ffdf..15ff019718576f9c86143c139c34cb0e18d291e0 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "mt7620n.dtsi"
+#include "mt7620n.dtsi"
 
 / {
        compatible = "wrtnode", "ralink,mt7620n-soc";
@@ -25,7 +25,7 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "mx25l12805d";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "w25q128";
                                spi-max-frequency = <10000000>;
@@ -66,7 +66,7 @@
 
        ethernet@10100000 {
                mtd-mac-address = <&factory 0x4>;
-               ralink,port-map = "wllll";
+               mediatek,portmap = "wllll";
        };
 
        wmac@10180000 {
@@ -84,6 +84,7 @@
 
        gpio-leds {
                compatible = "gpio-leds";
+
                indicator {
                        label = "wrtnode:blue:indicator";
                        gpios = <&gpio1 14 1>;