ramips: fix edimax 6200nl switch config
[oweals/openwrt.git] / target / linux / ramips / dts / mt7628an.dtsi
index 860521999d4bfd12dd23f5ecdefb9ddaf0dcb14f..dc3ba9e323a76b9a9c0fea8c1a715b4f8319f5ce 100644 (file)
                };
 
                i2s: i2s@a00 {
-                       compatible = "ralink,mt7620a-i2s";
+                       compatible = "mediatek,mt7628-i2s";
                        reg = <0xa00 0x100>;
 
                        resets = <&rstctrl 17>;
                        interrupt-parent = <&intc>;
                        interrupts = <10>;
 
-                       dmas = <&gdma 2>,
-                               <&gdma 3>;
+                       txdma-req = <2>;
+                       rxdma-req = <3>;
+
+                       dmas = <&gdma 4>,
+                               <&gdma 6>;
                        dma-names = "tx", "rx";
 
                        status = "disabled";
 
        usbphy: usbphy@10120000 {
                compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy";
-               reg = <0x10120000 0x4000>;
+               reg = <0x10120000 0x1000>;
                #phy-cells = <1>;
 
                resets = <&rstctrl 22 &rstctrl 25>;