RIALTO SBC/Interfaces and Connectors/USB ports

From DAVE Developer's Wiki
< RIALTO SBC
Revision as of 14:53, 12 January 2024 by U0007 (talk | contribs) (Created page with "<section begin="History" /> {| style="border-collapse:collapse; " ! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History |- ! style="bo...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
History
Issue Date Notes
2024/01/12 First documentation release


USB ports[edit | edit source]

Description[edit | edit source]

RIALTO SBC provides two USB ports, one HOST and one OTG:

  • J48 is a standard USB HOST 2.0 Type A connector
USB HOST connector


  • J55 is a micro-AB type receptacle for a USB OTG connection: this interface can operate in Host mode and Device (peripheral) mode


USB connector


Signals[edit | edit source]

The following table describes the interface signals:

USB HOST[edit | edit source]

Pin# Pin name Pin function Pin Notes
1 USB_HOST_5V VBUS
2 USB_DM1 USB Host Data -
3 USB_DP1 USB Host Data +
4 DGND Ground
5, 6, 7, 8 PCB_GND_RNG Shield

USB OTG[edit | edit source]

Pin# Pin name Pin function Pin Notes
1 VBUS_OTG_5V VBUS
2 USB_DM2 USB OTG Data -
3 USB_DP2 USB OTG Data +
4 PA8 USB OTG ID
5 GND Ground
6, 7, 8 PCB_GND_RNG Shield

Device mapping[edit | edit source]

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

The USB OTG feature can be easily tested using the Mass Storage Gadget driver.