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

arch: powerpc: add usb nodes to P5040 dts

parent ad58196b
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,18 @@
clock-frequency = <0x0>;
};
usb@210000 {
compatible = "fsl-usb2-mph";
reg = <0x210000 0x1000>;
phy_type = "utmi";
};
usb@211000 {
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