switched usb to host mode

This commit is contained in:
justmarvinn 2025-03-27 19:04:26 +02:00
parent 53b70fee6d
commit 7a4b1b1350

View File

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