ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / AWM003-EVB.dts
index 4227965addb487acedcd4c0ef9d0c9b94d3f3383..02fa97255c565c82ebbc41fe19fc3842c008a1c6 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "AWM002-8M.dtsi"
+#include "AWM002-8M.dtsi"
 
 / {
        compatible = "AWM003", "ralink,rt5350-soc";
@@ -14,7 +14,7 @@
        palmbus@10000000 {
                spi@b00 {
                        m25p80@0 {
-                               compatible = "mx25l6405d";
+                               compatible = "jedec,spi-nor";
                                linux,modalias = "m25p80", "mx25l6405d";
                        };
                };
 
        gpio-leds {
                compatible = "gpio-leds";
+
                tx {
-                       label = "awm002-evb:green:tx";
+                       label = "awm003-evb:green:tx";
                        gpios = <&gpio0 15 1>;
                };
+
                rx {
-                       label = "awm002-evb:green:rx";
+                       label = "awm003-evb:green:rx";
                        gpios = <&gpio0 16 1>;
                };
+
                wps {
-                       label = "awm002-evb:green:wps";
+                       label = "awm003-evb:green:wps";
                        gpios = <&gpio0 21 1>;
                };
        };
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
+
                reset_wps {
                        label = "reset_wps";
                        gpios = <&gpio0 0 1>;
                        linux,code = <0x198>;
                };
+
                mode {
                        label = "mode";
-                       gpios = <&gpio0 21 1>;
+                       gpios = <&gpio0 20 1>;
                        linux,code = <0x32>;
                };
        };