Skip to content
Snippets Groups Projects
Commit 68ec3888 authored by Sriram Dash's avatar Sriram Dash Committed by York Sun
Browse files

armv8: ls2080a: Add USB node in dts for ls2080a


Add the USB node for LS2080a in dts.

Signed-off-by: default avatarSriram Dash <sriram.dash@nxp.com>
[York Sun: replace ls2080 with ls2080a in commit message]
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent aee28716
No related branches found
No related tags found
No related merge requests found
...@@ -75,4 +75,18 @@ ...@@ -75,4 +75,18 @@
reg-names = "QuadSPI", "QuadSPI-memory"; reg-names = "QuadSPI", "QuadSPI-memory";
num-cs = <4>; 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";
};
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment