diff mbox

[U-Boot,1/2] armv8: ls1012: added usb nodes in dts

Message ID 1482805485-27035-1-git-send-email-yuantian.tang@nxp.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

tang yuantian Dec. 27, 2016, 2:24 a.m. UTC
From: Tang Yuantian <Yuantian.Tang@nxp.com>

The LS1012A processor has two integrated USB controllers.
One is USB2.0 controller, the other is USB3.0 controller that
allow direct connection to the USB ports with appropriate
protection circuitry and power supplies.

Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
---
 arch/arm/dts/fsl-ls1012a.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

Comments

York Sun Jan. 19, 2017, 5:30 p.m. UTC | #1
On 12/26/2016 06:37 PM, yuantian.tang@nxp.com wrote:
> From: Tang Yuantian <Yuantian.Tang@nxp.com>
>
> The LS1012A processor has two integrated USB controllers.
> One is USB2.0 controller, the other is USB3.0 controller that
> allow direct connection to the USB ports with appropriate
> protection circuitry and power supplies.
>
> Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
> ---

This set is applied to fsl-qoriq master, awaiting upstream. Thanks.

York
diff mbox

Patch

diff --git a/arch/arm/dts/fsl-ls1012a.dtsi b/arch/arm/dts/fsl-ls1012a.dtsi
index 024527e..c3bba12 100644
--- a/arch/arm/dts/fsl-ls1012a.dtsi
+++ b/arch/arm/dts/fsl-ls1012a.dtsi
@@ -103,5 +103,19 @@ 
 			status = "disabled";
 		};
 
+		usb0: usb2@8600000 {
+			compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
+			reg = <0x0 0x8600000 0x0 0x1000>;
+			interrupts = <0 139 0x4>;
+			dr_mode = "host";
+			fsl,usb-erratum-a005697;
+		};
+
+		usb1: usb3@2f00000 {
+			compatible = "fsl,layerscape-dwc3";
+			reg = <0x0 0x2f00000 0x0 0x10000>;
+			interrupts = <0 61 0x4>;
+			dr_mode = "host";
+		};
 	};
 };