Skip to content
Snippets Groups Projects
Commit 83dc1338 authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Enable USB3.0 for dc2/dc3


Both boards are usb3.0 capable. dc3 was also missing enabling dwc3* nodes.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent cb4380ab
No related branches found
No related tags found
No related merge requests found
...@@ -536,6 +536,8 @@ ...@@ -536,6 +536,8 @@
&dwc3_1 { &dwc3_1 {
status = "okay"; status = "okay";
dr_mode = "host"; dr_mode = "host";
snps,usb3_lpm_capable;
maximum-speed = "super-speed";
}; };
&uart0 { &uart0 {
......
...@@ -200,11 +200,23 @@ ...@@ -200,11 +200,23 @@
&usb0 { &usb0 {
status = "okay"; status = "okay";
};
&dwc3_0 {
status = "okay";
dr_mode = "host"; dr_mode = "host";
snps,usb3_lpm_capable;
maximum-speed = "super-speed";
}; };
/* ULPI SMSC USB3320 */ /* ULPI SMSC USB3320 */
&usb1 { &usb1 {
status = "okay"; status = "okay";
};
&dwc3_1 {
status = "okay";
dr_mode = "host"; dr_mode = "host";
snps,usb3_lpm_capable;
maximum-speed = "super-speed";
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment