mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 18:11:42 +02:00
arm64: zynqmp: Enable USB3.0 for dc2/dc3
Both boards are usb3.0 capable. dc3 was also missing enabling dwc3* nodes. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
cb4380abfd
commit
83dc13384b
@ -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 @@
|
|||||||
|
|
||||||
&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";
|
||||||
dr_mode = "host";
|
};
|
||||||
|
|
||||||
|
&dwc3_1 {
|
||||||
|
status = "okay";
|
||||||
|
dr_mode = "host";
|
||||||
|
snps,usb3_lpm_capable;
|
||||||
|
maximum-speed = "super-speed";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user