Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX8M-L/Peripherals/USB1 OTG

428 bytes added, 14:53, 15 February 2023
no edit summary
=== Device tree configuration ===
 
==== ORCA ====
 
Here below an example of device tree configuration used on standard DAVE's kit for the ORCA SOM:
</pre>
==== MINI ====
 
Here below an example of device tree configuration used on standard DAVE's kit for the MINI SOM:
 
From <code>imx8mm-mito8mmini.dts</code>:
 
<pre>
&usbotg1 {
dr_mode = "otg";
picophy,pre-emp-curr-control = <3>;
picophy,dc-vol-level-adjust = <7>;
disable-over-current;
srp-disable;
hnp-disable;
adp-disable;
status = "okay";
};
 
 
</pre>
===Accessing the peripheral===
 
This procedure is the same for both ORCA and MINI.
====Linux messages at boot time====
dave_user
424
edits