How to change dts file to make Allwinner H618 Banana Pi M4 zero USB connector become host instead of OTG ???
usb@5100000 {
compatible = "allwinner,sun50i-h616-musb\0allwinner,sun8i-h3-musb";
reg = <0x5100000 0x400>;
clocks = <0x02 0x70>;
resets = <0x02 0x32>;
interrupts = <0x00 0x19 0x04>;
interrupt-names = "mc";
phys = <0x23 0x00>;
phy-names = "usb";
extcon = <0x23 0x00>;
status = "okay";
# dr_mode = "peripheral"; # ?????
dr_mode = "host";
phandle = <0x5f>;