ramips: mt7621: add compatible strings
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / RE6500.dts
index d34e857e61e3febb97264070723db254285fc24a..f00bf7e5243788079eb546a96076de79e623efd9 100644 (file)
@@ -5,7 +5,7 @@
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
+       compatible = "linksys,re6500", "mediatek,mt7621-soc";
        model = "Linksys RE6500";
 
        memory@0 {
@@ -59,8 +59,8 @@
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
-               linux,modalias = "m25p80", "en25q64";
                spi-max-frequency = <10000000>;
+               m25p,chunked-io = <32>;
 
                partition@0 {
                        label = "u-boot";
                        reg = <0x0000 0 0 0 0>;
                        device_type = "pci";
                        mediatek,mtd-eeprom = <&factory 0x0000>;
-                       mediatek,2ghz = <0>;
+                       ieee80211-freq-limit = <5000000 6000000>;
                };
        };
 
                        reg = <0x0000 0 0 0 0>;
                        device_type = "pci";
                        mediatek,mtd-eeprom = <&factory 0x8000>;
-                       mediatek,5ghz = <0>;
+                       ieee80211-freq-limit = <2400000 2500000>;
                };
        };
 };
 &ethernet {
        mtd-mac-address = <&factory 0x2e>;
 };
+
+&xhci {
+       status = "disabled";
+};