Files
build/patch/kernel/archive/rockchip64-6.16/overlay/rk3308-otg-host.dtso
brentr 428d467087 Add DT overlay to operate RK3308 OTG USB port in Host mode (#8642)
Also remove DT overlays that existed only to support unsupported legacy kernels
and fix a typo in a comment in rk3308-emmc.dtso
2025-09-15 22:08:20 -07:00

14 lines
157 B
Plaintext

//Configure the OTG USB port as a USB host
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&usb20_otg>;
__overlay__ {
dr_mode = "host";
};
};
};