rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / ramips / dts / CF-WR800N.dts
index 5db6c83..9d9e0df 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "mt7620n.dtsi"
+#include "mt7620n.dtsi"
 
 / {
        compatible = "cf-wr800n", "ralink,mt7620n-soc";
@@ -8,7 +8,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200";
-        };
+       };
 
        palmbus@10000000 {
                gpio0: gpio@600 {
@@ -33,7 +33,7 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "mx25l6405d";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "w25q64";
                                spi-max-frequency = <10000000>;
                compatible = "gpio-leds";
 
                ethernet {
-                       label = "comfast:white:ethernet";
+                       label = "cf-wr800n:white:ethernet";
                        gpios = <&gpio2 4 1>;
                };
 
                wifi {
-                       label = "comfast:white:wifi";
+                       label = "cf-wr800n:white:wifi";
                        gpios = <&gpio3 0 1>;
                };
 
                wps {
-                       label = "comfast:white:wps";
+                       label = "cf-wr800n:white:wps";
                        gpios = <&gpio1 15 1>;
                };
        };
 
-        gpio-keys-polled {
-                compatible = "gpio-keys-polled";
-                #address-cells = <1>;
-                #size-cells = <0>;
-                poll-interval = <20>;
-                reset {
-                        label = "reset";
-                        gpios = <&gpio0 2 1>;
-                        linux,code = <0x198>;
-                };
-        };
+       gpio-keys-polled {
+               compatible = "gpio-keys-polled";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               poll-interval = <20>;
+
+               reset {
+                       label = "reset";
+                       gpios = <&gpio0 2 1>;
+                       linux,code = <0x198>;
+               };
+       };
 };