[U-Boot] [PATCH 16/19] arch: powerpc: add usb nodes to T4240 dts
Ran Wang
ran.wang_1 at nxp.com
Wed Oct 16 07:45:33 UTC 2019
Signed-off-by: Ran Wang <ran.wang_1 at nxp.com>
---
Depends on:
http://patchwork.ozlabs.org/patch/1176766/
http://patchwork.ozlabs.org/patch/1176767/
arch/powerpc/dts/t4240.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi
index fc34974..4ce444b 100644
--- a/arch/powerpc/dts/t4240.dtsi
+++ b/arch/powerpc/dts/t4240.dtsi
@@ -98,6 +98,18 @@
device_type = "open-pic";
clock-frequency = <0x0>;
};
+
+ usb at 210000 {
+ compatible = "fsl-usb2-mph";
+ reg = <0x210000 0x1000>;
+ phy_type = "utmi";
+ };
+
+ usb at 211000 {
+ compatible = "fsl-usb2-dr";
+ reg = <0x211000 0x1000>;
+ phy_type = "utmi";
+ };
};
pcie at ffe240000 {
--
2.7.4
More information about the U-Boot
mailing list