[PATCH v2 07/19] arch: powerpc: add usb node to p2041 dts
Ran Wang
ran.wang_1 at nxp.com
Thu Dec 12 10:30:57 CET 2019
Signed-off-by: Ran Wang <ran.wang_1 at nxp.com>
---
Change in v2:
- Rebase.
arch/powerpc/dts/p2041.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi
index 223052a..0f5e7db 100644
--- a/arch/powerpc/dts/p2041.dtsi
+++ b/arch/powerpc/dts/p2041.dtsi
@@ -60,6 +60,18 @@
clock-frequency = <0x0>;
};
+ usb0: usb at 210000 {
+ compatible = "fsl-usb2-mph";
+ reg = <0x210000 0x1000>;
+ phy_type = "utmi";
+ };
+
+ usb1: usb at 211000 {
+ compatible = "fsl-usb2-mph";
+ reg = <0x210000 0x1000>;
+ phy_type = "utmi";
+ };
+
sata: sata at 220000 {
compatible = "fsl,pq-sata-v2";
reg = <0x220000 0x1000>;
--
2.7.4
More information about the U-Boot
mailing list