[U-Boot] [PATCH 07/19] arch: powerpc: add usb node to p2041 dts

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

diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi
index 55f7adc..3317094 100644
--- a/arch/powerpc/dts/p2041.dtsi
+++ b/arch/powerpc/dts/p2041.dtsi
@@ -50,6 +50,18 @@
 		device_type = "soc";
 		compatible = "simple-bus";
 
+		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";
+		};
+
 		mpic: pic at 40000 {
 			interrupt-controller;
 			#address-cells = <0>;
-- 
2.7.4



More information about the U-Boot mailing list