ramips: Change all '/include/' clauses to '#include' so preprocessing can
[oweals/openwrt.git] / target / linux / ramips / dts / LINKIT7688.dts
index 4d1b96474cbee9c638056fc95778639a8f83f0bb..43ff78bc739be3ee13a1174fb62f84ae99046435 100644 (file)
@@ -1,15 +1,19 @@
 /dts-v1/;
 
-/include/ "mt7628an.dtsi"
+#include "mt7628an.dtsi"
 
 / {
        compatible = "mediatek,linkit", "mediatek,mt7628an-soc";
-       model = "MediaTek LinkIt Smart7688";
+       model = "MediaTek LinkIt Smart 7688";
 
        chosen {
                bootargs = "console=ttyS2,57600";
        };
 
+       aliases {
+               serial0 = &uart2;
+       };
+
        memory@0 {
                device_type = "memory";
                reg = <0x0 0x8000000>;
                };
        };
 
+       wmac@10300000 {
+               status = "okay";
+       };
+
        palmbus@10000000 {
                spi@b00 {
                        status = "okay";
@@ -69,7 +77,7 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "mx25l25635e";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "mx25l25635e";
                                spi-max-frequency = <40000000>;