Hi,
I have some questions about USBs of the imx8mp:
In the EVK schematic there is a note that says “USB1_DNU, USB2_DNU are not functional, if USB ID function is needed, use common GPIO”.
- It will be solved in the future?
- This means that any GPIO can be used?
- The GPIO selected need to be configured in the device tree as USB_ID?
In the ROM USB boot (download mode), datasheet says:
“
21.7 USB boot
ROM supports both of the USB ports on the chip for boot purposes. Only one port can be
selected as the boot connection. The port that is active first wins the selection.
USB boot in ROM code works as a HID device. ROM takes USB as a normal boot
device. …
”
- I suppose the connection for USB boot mode (download mode) is USB 2.0 using only “usb_d_p” and “usb_d_n” signals even if a complete USB type c connector will be used with USB 3.0 signals. Am I right?
- ROM Boot code always put the two USBs as OTG device and wait for enumeration?
- The first USB OTG that will be enumerated wins the selection?
Thanks.