Part Number: PROCESSOR-SDK-AM335X
Hi,
I have a custom board and there is a USB host device on USB1. (not plugable, it's a IC onboard)
As you can see, GPIO0_30 is the reset pin to reset USB host device.
Please see my description for USB1
&usb1 {
status = "okay";
dr_mode = "host";
};
Does anyone know how to reset USB1 by adding GPIO0_30 into device tree?
Note: After I reset USB1 manually by pulling up GPIO0_30 and I can detect USB1 device successfully.