You are not enabling otg support, you are
e configuring both ports as host only.
Which board are you using? SBC pro or SBC express?
dfor SBC PRO https://www.digi.com/resources/documentation/digidocs/90002285/#reference/bsp/v4-9_6ul/r_usb_6ul.htm
ConnectCore 6UL SBC Pro device tree
&usbotg1 {
dr_mode = “otg”;
vbus-supply = <®_usb_otg1_vbus>;
pinctrl-0 = <&pinctrl_usbotg1>;
digi,power-line-active-high;
};
I am using SBC express. As, I mentioned I did try drmode = “otg”. But, when I do that that particular USB host gets disabled and I can no longer access sda. But, I haven’t used pinctrl-0 = <&pinctrl_usbotg1>;. I will try that and check.