This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: Please tell me whether AM62x has support USB OTG function?

Part Number: AM625

Device: AM625 GP

Installer: ti-processor-sdk-linux-am62xx-evm-09.00.00.03-Linux-x86-Install.bin — 6664936 K

SD card image: tisdk-debian-bookworm-am62xx-evm.wic.xz — 1955030 K

Our customer wants USB OTG function, I want to know if AM62x supports this function, please refer to the attached file page 20.

sprad21b.pdf

After reading the datasheet, I think AM62x does not support USB OTG function.

Please see the following forum, it seems that the USB ID pin is not needed.

It makes me think that AM62x has support USB OTG function.

AM625: To enable Peripheral/OTG mode from and test our custom board in device mode.

I've tried two settings and it's not being detected by the connected laptop.

&usb0 {
	dr_mode = "otg";
	status = "okay";
};

&usb0 {
	dr_mode = "peripheral";
	status = "okay";
};

And set it as host to work normally.

&usb0 {
	dr_mode = "host";
	status = "okay";
};

Thanks,

Andrew