ramips: Change all '/include/' clauses to '#include' so preprocessing can
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / AI-BR100.dts
index 90195b6af85f4bcec5d22d9cdce77875f56772a4..d53c8d22776da7d46adf8e9fe95c8f7d19726d0a 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "mt7620a.dtsi"
+#include "mt7620a.dtsi"
 
 / {
        compatible = "AI-BR100", "ralink,mt7620a-soc";
@@ -21,7 +21,7 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "en25q64";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "en25q64";
                                spi-max-frequency = <10000000>;
@@ -73,7 +73,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&ephy_pins>;
                mtd-mac-address = <&factory 0x4>;
-               ralink,port-map = "llllw";
+               mediatek,portmap = "llllw";
        };
 
        wmac@10180000 {
                compatible = "gpio-leds";
 
                wan {
-                       label = "aigale:blue:wan";
+                       label = "ai-br100:blue:wan";
                        gpios = <&gpio2 4 1>;
                };
 
                wlan {
-                       label = "aigale:blue:wlan";
+                       label = "ai-br100:blue:wlan";
                        gpios = <&gpio3 0 1>;
                };
        };