Enable both usb0 as a peripheral for use with DFU and usb1 as a host
port for usage with e.g. usb storage.

Signed-off-by: Sjoerd Simons <sjo...@collabora.com>
---

 arch/arm/dts/k3-am625-sk-u-boot.dtsi | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi 
b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
index 32163e5373a..5a5b539f97a 100644
--- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
@@ -154,3 +154,26 @@
 &cpsw_port2 {
        status = "disabled";
 };
+
+&usbss0 {
+       u-boot,dm-spl;
+};
+
+&usb0 {
+       dr_mode = "peripheral";
+       /* Since role switching is not supported in U-Boot */
+       /delete-property/ extcon;
+       u-boot,dm-spl;
+};
+
+&usbss1 {
+       u-boot,dm-spl;
+};
+
+&usb1 {
+       u-boot,dm-spl;
+};
+
+&main_usb1_pins_default {
+       u-boot,dm-spl;
+};
-- 
2.39.0

Reply via email to