0

Can the usb-c Port of RasPi 4 used for anything else but Power ?

Milliways
  • 59,890
  • 31
  • 101
  • 209
evagreen
  • 1
  • 2

1 Answers1

2

YES! The USB-C port can be used as a USB On-The-Go (OTG) port, both power and data is populated in the connector, see schematic.

https://www.raspberrypi.org/documentation/hardware/raspberrypi/schematics/rpi_SCH_4b_4p0_reduced.pdf

The OTG hardware present on previous models of Pi is still available and it has moved to a single connection on the USB-C port. The OTG hardware is intended to be used in device-only mode on Pi 4.

https://www.raspberrypi.org/documentation/hardware/raspberrypi/usb/README.md

MatsK
  • 2,791
  • 3
  • 16
  • 20