Difference between revisions of "AXEL ULite SOM/AXEL ULite Evaluation Kit/Interfaces and Connectors/USB ports"

From DAVE Developer's Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
 
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
 
|-  
 
|-  
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Version
 
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
 
|-
 
|-
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|1.0.0
+
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|2021/07/19
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|Jul 2021
+
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|First EVK release
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|First DESK release
 
|-
 
 
|}
 
|}
 
<section end=History/>
 
<section end=History/>
 +
__FORCETOC__
 
<section begin=Body/>
 
<section begin=Body/>
 
 
==USB ports interface ==
 
==USB ports interface ==
  
Line 63: Line 60:
 
! latexfontsize="scriptsize"| Pin Notes
 
! latexfontsize="scriptsize"| Pin Notes
 
|-
 
|-
| 6, 7, 8 || - || USB_OTG_SH Shield || ||  
+
| J22.6, J22.7, J22.8 || - || USB_OTG_SH Shield || ||  
 
|-
 
|-
 
| J22.1 || J10.186 || USB_OTG_VBUS || VBUS ||  
 
| J22.1 || J10.186 || USB_OTG_VBUS || VBUS ||  
Line 79: Line 76:
 
The USB Host ports can be used under Linux for connecting USB peripheral devices: the related peripheral driver has to be integrated into the Linux kernel.
 
The USB Host ports can be used under Linux for connecting USB peripheral devices: the related peripheral driver has to be integrated into the Linux kernel.
  
----
+
<section end=Body/>
  
 
[[Category:AXEL ULite]]
 
[[Category:AXEL ULite]]

Latest revision as of 10:26, 9 January 2024

History
Issue Date Notes
2021/07/19 First EVK release


USB ports interface[edit | edit source]

Description[edit | edit source]

The AXEL ULite Evaluation Kit provides two USB ports, one Host and one Host/OTG optional ports:

  • J11 is a standard USB Host 2.0 Type A connector
USB Host connector


  • J22 is a micro-AB type receptacle for an optional USB Host/OTG connection: this interface can be mounted on request and provide an Host or an OTG USB additional port:


USB Host/OTG (optional) connector

Signals[edit | edit source]

The following table describes the interface signals


USB Host[edit | edit source]

Pin# SOM Pin# Pin name Pin function Pin Notes
J11.1 J1.188 USB_HOST_VBUS VBUS
J11.2 J1.202 USB_HOST_DN USB Host Data -
J11.3 J1.200 USB_HOST_DP USB Host Data +
J11.4 - DGND Ground

USB Host/OTG[edit | edit source]

Pin# SOM Pin# Pin name Pin function Pin Notes
J22.6, J22.7, J22.8 - USB_OTG_SH Shield
J22.1 J10.186 USB_OTG_VBUS VBUS
J22.2 J10.196 USB_OTG_DN USB OTG Data -
J22.3 J10.198 USB_OTG_DP USB OTG Data +
J22.4 J10.101 USB_OTG_ID USB OTG ID
J22.5 - GND Ground

Device mapping[edit | edit source]

The USB Host ports can be used under Linux for connecting USB peripheral devices: the related peripheral driver has to be integrated into the Linux kernel.