[U-Boot] [PATCH 03/19] arch: powerpc: add usb nodes to P1020 dts

Ran Wang ran.wang_1 at nxp.com
Wed Oct 16 07:45:20 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/p1020-post.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/powerpc/dts/p1020-post.dtsi b/arch/powerpc/dts/p1020-post.dtsi
index 1e5e678..f68e4b6 100644
--- a/arch/powerpc/dts/p1020-post.dtsi
+++ b/arch/powerpc/dts/p1020-post.dtsi
@@ -24,6 +24,18 @@
 		single-cpu-affinity;
 		last-interrupt-source = <255>;
 	};
+
+	usb at 22000 {
+		compatible = "fsl-usb2-dr";
+		reg = <0x22000 0x1000>;
+		phy_type = "ulpi";
+	};
+
+	usb at 23000 {
+		compatible = "fsl-usb2-dr";
+		reg = <0x23000 0x1000>;
+		phy_type = "ulpi";
+	};
 };
 
 /* PCIe controller base address 0x9000 */
-- 
2.7.4



More information about the U-Boot mailing list