switched usb to host mode

This commit is contained in:
justmarvinn 2025-03-27 19:04:26 +02:00
parent 101efcfa5a
commit 92efac4bb8

View File

@ -61,7 +61,8 @@
&usbdrd_dwc3 {
status = "okay";
dr_mode = "peripheral";
// dr_mode = "peripheral";
dr_mode = "host";
};
/**********SPI**********/