ramips: add missing rt3352 usb phy node to dts

Signed-off-by: michael <igvtee@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41476 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2014-07-02 16:37:30 +00:00
parent 292bfa7d04
commit 970192986d

View File

@@ -216,6 +216,13 @@
interrupts = <17>;
};
usbphy {
compatible = "ralink,rt3xxx-usbphy";
resets = <&rstctrl 22 &rstctrl 25>;
reset-names = "host", "device";
};
wmac@10180000 {
compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac";
reg = <0x10180000 40000>;
@@ -227,7 +234,7 @@
};
ehci@101c0000 {
compatible = "ralink,rt3352-ehci", "ehci-platform";
compatible = "ralink,rt3xxx-ehci", "ehci-platform";
reg = <0x101c0000 0x1000>;
interrupt-parent = <&intc>;
@@ -237,7 +244,7 @@
};
ohci@101c1000 {
compatible = "ralink,rt3352-ohci", "ohci-platform";
compatible = "ralink,rt3xxx-ohci", "ohci-platform";
reg = <0x101c1000 0x1000>;
interrupt-parent = <&intc>;