ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / RT5350F-OLINUXINO-EVB.dts
index 616c7d5ee67bb95d25d1667b52540a9bf4d2e841..f33451f659849831686561fbf68e7522ff74f0a2 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "rt5350.dtsi"
+#include "rt5350.dtsi"
 
 / {
        compatible = "RT5350F-OLINUXINO-EVB", "ralink,rt5350-soc";
@@ -13,7 +13,7 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "s25fl064k";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "s25fl064k";
                                spi-max-frequency = <10000000>;
                #size-cells = <0>;
 
                relay1 {
-                       gpio-export,name = "gpio12";
+                       gpio-export,name = "relay1";
                        gpio-export,output = <0>;
-                       gpios = <&gpio0 12 0>;
+                       gpios = <&gpio0 14 0>;
                };
 
                relay2 {
-                       gpio-export,name = "gpio14";
+                       gpio-export,name = "relay2";
                        gpio-export,output = <0>;
-                       gpios = <&gpio0 14 0>;
+                       gpios = <&gpio0 12 0>;
                };
 
                button {