Hi,
I am using AM5718 on my custom board with USB2 port used as in IDK.
The VBUS detect on IDK is connected to ball B27 (GPIO 7 22).
In my custom board VBUS detect connected to a different Ball A9 (GPIO 8 22)
As i understand in Linux
/arch/arm/boot/dts/am571x-idk.dts
&extcon_usb2 {
id-gpio = <&gpio5 7 GPIO_ACTIVE_HIGH>;
vbus-gpio = <&gpio7 22 GPIO_ACTIVE_HIGH>;
};
if I modify
&gpio7 22 GPIO_ACTIVE_HIGH>
to
<&gpio8 21 GPIO_ACTIVE_HIGH>
The USB2 to can be ported on to my custom board. Please let us know if any other changes needed