[PATCH v2 09/19] arch: powerpc: add usb nodes to P4080 dts

Ran Wang ran.wang_1 at nxp.com
Thu Dec 12 10:30:59 CET 2019


Signed-off-by: Ran Wang <ran.wang_1 at nxp.com>
---
Change in v2:
	- Rebase.

 arch/powerpc/dts/p4080.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/powerpc/dts/p4080.dtsi b/arch/powerpc/dts/p4080.dtsi
index 08ac26d..02f39fb 100644
--- a/arch/powerpc/dts/p4080.dtsi
+++ b/arch/powerpc/dts/p4080.dtsi
@@ -85,6 +85,18 @@
 			reg = <0x114000 0x1000>;
 			clock-frequency = <0>;
 		};
+
+		usb0 at 210000 {
+			compatible = "fsl-usb2-mph";
+			reg = <0x210000 0x1000>;
+			phy_type = "ulpi";
+		};
+
+		usb1 at 211000 {
+			compatible = "fsl-usb2-dr";
+			reg = <0x211000 0x1000>;
+			phy_type = "ulpi";
+		};
 	};
 
 	pcie at ffe200000 {
-- 
2.7.4



More information about the U-Boot mailing list