mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 05:51:17 +02:00
arch: powerpc: add usb nodes to P4080 dts
Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
@@ -85,6 +85,18 @@
|
|||||||
reg = <0x114000 0x1000>;
|
reg = <0x114000 0x1000>;
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
usb0@210000 {
|
||||||
|
compatible = "fsl-usb2-mph";
|
||||||
|
reg = <0x210000 0x1000>;
|
||||||
|
phy_type = "ulpi";
|
||||||
|
};
|
||||||
|
|
||||||
|
usb1@211000 {
|
||||||
|
compatible = "fsl-usb2-dr";
|
||||||
|
reg = <0x211000 0x1000>;
|
||||||
|
phy_type = "ulpi";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pcie@ffe200000 {
|
pcie@ffe200000 {
|
||||||
|
Reference in New Issue
Block a user