arm: dts: k3-am625-sk: Enable usb port in u-boot

Enable usb0 in all boot phases for use with DFU

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
Sjoerd Simons
2024-05-06 15:38:43 +01:00
committed by Tom Rini
parent 6c33a83e80
commit 6165b923e8

View File

@@ -46,3 +46,12 @@
&cpsw_port2 {
status = "disabled";
};
&usbss0 {
bootph-all;
};
&usb0 {
dr_mode = "peripheral";
bootph-all;
};