summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorSriram Dash <sriram.dash@nxp.com>2016-10-07 14:07:36 +0530
committerYork Sun <york.sun@nxp.com>2016-10-07 11:33:04 -0700
commit68ec3888f08aa3e86911233647a620d4d2acd7df (patch)
tree602de7b206f5b69947d1122d241bd2aba5a1b458 /arch/arm
parentaee28716c651077bac042a96f4fb8fed8d26c305 (diff)
armv8: ls2080a: Add USB node in dts for ls2080a
Add the USB node for LS2080a in dts. Signed-off-by: Sriram Dash <sriram.dash@nxp.com> [York Sun: replace ls2080 with ls2080a in commit message] Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/fsl-ls2080a.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls2080a.dtsi b/arch/arm/dts/fsl-ls2080a.dtsi
index b308c8b982..f76e981c54 100644
--- a/arch/arm/dts/fsl-ls2080a.dtsi
+++ b/arch/arm/dts/fsl-ls2080a.dtsi
@@ -75,4 +75,18 @@
reg-names = "QuadSPI", "QuadSPI-memory";
num-cs = <4>;
};
+
+ usb0: usb3@3100000 {
+ compatible = "fsl,layerscape-dwc3";
+ reg = <0x0 0x3100000 0x0 0x10000>;
+ interrupts = <0 80 0x4>; /* Level high type */
+ dr_mode = "host";
+ };
+
+ usb1: usb3@3110000 {
+ compatible = "fsl,layerscape-dwc3";
+ reg = <0x0 0x3110000 0x0 0x10000>;
+ interrupts = <0 81 0x4>; /* Level high type */
+ dr_mode = "host";
+ };
};