ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / F7C027.dts
index 874d606bdc0d5c87bca63dc0182240691fc41e8d..98b3d5a0a9c7f99b8d1e33ec888fa8de1bb1ac2b 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "rt5350.dtsi"
+#include "rt5350.dtsi"
 
 / {
        compatible = "F7C027", "ralink,rt5350-soc";
@@ -13,7 +13,7 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "mx25l12805d";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "mx25l12805d";
                                spi-max-frequency = <10000000>;
                compatible = "gpio-leds";
 
                status {
-                       label = "belkin:blue:status";
+                       label = "f7c027:blue:status";
                        gpios = <&gpio0 7 1>;
                };
 
                power {
-                       label = "belkin:blue:power";
+                       label = "f7c027:blue:power";
                        gpios = <&gpio0 9 1>;
                };
 
                orange {
-                       label = "belkin:orange:status";
+                       label = "f7c027:orange:status";
                        gpios = <&gpio0 11 1>;
                };
 
                relay {
-                       label = "belkin:device:relay";
+                       label = "f7c027:device:relay";
                        gpios = <&gpio0 13 0>;
                };
        };