@yuzukitsuru Hello, how to enable USB as host under OpenWrt 23.05, is this configuration in dts file correct?:
&usbc0 {
device_type = "usbc0";
usb_port_type = <0x1>;
usb_detect_type = <0x1>;
usb_detect_mode = <0x0>;
usb_id_gpio;
usb_det_vbus_gpio;
/* det_vbus_supply = <&usb_power_supply>; */
usb_regulator_io = "nocare";
usb_wakeup_suspend = <0>;
usb_serial_unique = <0>;
usb_serial_number = "20080411";
status = "okay";
};
the device connected is not detected, also trying to list the usb devices this is the result:
please your comments.
Thanks!