mt76: update to the latest version
[openwrt/openwrt.git] / target / linux / ramips / dts / WSR-600.dts
index 43f63f6fadd306276c155d971dff3aaff86026a2..3f7238cfa76fcfc2f4c9d6e90886c0bac5891c08 100644 (file)
@@ -5,7 +5,6 @@
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "ralink,mt7621-eval-board", "ralink,mt7621-soc";
        model = "Buffalo WSR-600DHP";
 
        memory@0 {
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
-               linux,modalias = "m25p80";
                spi-max-frequency = <10000000>;
+               m25p,chunked-io = <32>;
 
                partition@0 {
                        label = "u-boot";
                };
        };
 };
+
+&pcie {
+       status = "okay";
+
+       pcie0 {
+               rt5592@0,0 {
+                       reg = <0x0000 0 0 0 0>;
+                       device_type = "pci";
+                       ralink,mtd-eeprom = <&factory 0x8000>;
+               };
+       };
+
+       pcie1 {
+               mt76@1,0 {
+                       reg = <0x0000 0 0 0 0>;
+                       device_type = "pci";
+                       mediatek,mtd-eeprom = <&factory 0x0000>;
+               };
+       };
+};
+
+&xhci {
+       status = "disabled";
+};