espressif,esp32-usb-otg-fs

Description

These nodes are “usb” bus nodes.

Espressif USB-OTG full-speed controller (DWC2 compatible) with the internal
FS/LS PHY. The PHY D+/D- lines are routed to GPIO pads that the driver must
configure, so the pad numbers are provided by the phy-dp-pin and phy-dm-pin
properties.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

phy-dp-pin

int

GPIO number of the internal FS/LS PHY D+ pad.

This property is required.

phy-dm-pin

int

GPIO number of the internal FS/LS PHY D- pad.

This property is required.

phys

phandle

num-in-eps

int

Number of configured OUT endpoints including control endpoint.

This property is required.

num-out-eps

int

Number of configured IN endpoints including control endpoint.

This property is required.

ghwcfg1

int

Value of the GHWCFG1 register. It is used to determine available endpoint
types during driver pre-initialization.

This property is required.

ghwcfg2

int

Value of the GHWCFG2 register. It is used to determine available endpoint
types during driver pre-initialization.

This property is required.

ghwcfg4

int

Value of the GHWCFG4 register. It is used to determine available endpoint
types during driver pre-initialization.

This property is required.