Imx8mp Verdin USB2.0 on USB1 DT Settings

Thanks for the tip,

I changed USB1 to this and boom it works :slightly_smiling_face:
&usb_dwc3_0 {
extcon = <&extcon_usb_1_id>;
dr_mode = “host”;
hnp-disable;
srp-disable;
adp-disable;
pinctrl-names = “default”;
pinctrl-0 = <&pinctrl_usb1_en>;
};