Skip to content
Snippets Groups Projects
Commit 65d7a271 authored by Ran Wang's avatar Ran Wang Committed by Priyanka Jain
Browse files

arch: powerpc: add usb node in p3041 dts

parent 2a5d5d27
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,18 @@
clock-frequency = <0x0>;
};
usb0: usb@fe210000 {
compatible = "fsl-usb2-mph";
reg = <0x210000 0x1000>;
phy_type = "utmi";
};
usb1: usb@fe211000 {
compatible = "fsl-usb2-dr";
reg = <0x211000 0x1000>;
phy_type = "utmi";
};
sata: sata@220000 {
compatible = "fsl,pq-sata-v2";
reg = <0x220000 0x1000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment