diff mbox series

[U-Boot,09/19] arch: powerpc: add usb nodes to P4080 dts

Message ID 20191016074536.36014-9-ran.wang_1@nxp.com
State Superseded
Delegated to: Priyanka Jain
Headers show
Series [U-Boot,01/19] arch: powerpc: add usb node in p3041 dts | expand

Commit Message

Ran Wang Oct. 16, 2019, 7:45 a.m. UTC
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
---
Depends on:
 http://patchwork.ozlabs.org/patch/1176766/ 
 http://patchwork.ozlabs.org/patch/1176767/

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

Patch

diff --git a/arch/powerpc/dts/p4080.dtsi b/arch/powerpc/dts/p4080.dtsi
index ab76680..291a930 100644
--- a/arch/powerpc/dts/p4080.dtsi
+++ b/arch/powerpc/dts/p4080.dtsi
@@ -70,6 +70,18 @@ 
 		device_type = "soc";
 		compatible = "simple-bus";
 
+		usb@210000 {
+			compatible = "fsl-usb2-mph";
+			reg = <0x210000 0x1000>;
+			phy_type = "ulpi";
+		};
+
+		usb@211000 {
+			compatible = "fsl-usb2-dr";
+			reg = <0x211000 0x1000>;
+			phy_type = "ulpi";
+		};
+
 		mpic: pic@40000 {
 			interrupt-controller;
 			#address-cells = <0>;