summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTang Yuantian <Yuantian.Tang@nxp.com>2016-12-27 10:24:44 +0800
committerYork Sun <york.sun@nxp.com>2017-01-18 09:27:34 -0800
commita73058740df230daddce7e1956d1051b5171783d (patch)
treea71e6d25e6cfdb7654caeff3c4a709047fe97612
parent3b6bf8115ff2d85caa5b0af366b7053d5c7822fd (diff)
downloadu-boot-imx-a73058740df230daddce7e1956d1051b5171783d.zip
u-boot-imx-a73058740df230daddce7e1956d1051b5171783d.tar.gz
u-boot-imx-a73058740df230daddce7e1956d1051b5171783d.tar.bz2
armv8: ls1012: added usb nodes in dts
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> Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r--arch/arm/dts/fsl-ls1012a.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1012a.dtsi b/arch/arm/dts/fsl-ls1012a.dtsi
index c4ca9c1..f8665b6 100644
--- a/arch/arm/dts/fsl-ls1012a.dtsi
+++ b/arch/arm/dts/fsl-ls1012a.dtsi
@@ -118,5 +118,20 @@
ranges = <0x81000000 0x0 0x00000000 0x40 0x00020000 0x0 0x00010000 /* downstream I/O */
0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
};
+
+ 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";
+ };
};
};