summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVitor Soares <[email protected]>2024-07-04 16:49:32 +0100
committerTom Rini <[email protected]>2024-07-18 07:40:30 -0600
commitdefe30a78b76700d05745f438b635c400dbf8fe2 (patch)
tree2b17216e952208235aad74d1fa6039dae411ed90 /arch
parent902d8ee94ce29a088a325da6e69eeb1a25f1fec7 (diff)
verdin-am62: add DFU, USB and UUU fastboot support
Enable USB host as well as USB gadget and DFU support for a53 and r5 configs. Also, enable UUU fastboot support to download files with the UUU tool from a53. Additionally, configure usb0 to peripheral mode and add extra environment for DFU use. Signed-off-by: Vitor Soares <[email protected]> Reviewed-by: Francesco Dolcini <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi b/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi
index 9ecb3052740..b3d237c8697 100644
--- a/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi
@@ -173,6 +173,17 @@
status = "disabled";
};
+&usb0 {
+ dr_mode = "peripheral";
+ /* Since role switching is not supported in U-Boot */
+ /delete-property/ extcon;
+ bootph-pre-ram;
+};
+
+&usbss0 {
+ bootph-pre-ram;
+};
+
/* Verdin UART_2 */
&wkup_uart0 {
bootph-all;