dts/bindings/usb: Add phys property to STM32 USB yaml
Add phys property, which specifies USB PHY provider, to STM32 USB yaml files. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
68dc1125dc
commit
31ae43d024
3 changed files with 18 additions and 0 deletions
|
@ -41,4 +41,10 @@ properties:
|
|||
description: Size of USB dedicated RAM. STM32 SOC's reference
|
||||
manual defines a shared FIFO size.
|
||||
generation: define
|
||||
|
||||
phys:
|
||||
type: array
|
||||
category: optional
|
||||
generation: define
|
||||
description: PHY provider specifier
|
||||
...
|
||||
|
|
|
@ -41,4 +41,10 @@ properties:
|
|||
description: Size of USB dedicated RAM. STM32 SOC's reference
|
||||
manual defines a shared FIFO size.
|
||||
generation: define
|
||||
|
||||
phys:
|
||||
type: array
|
||||
category: optional
|
||||
generation: define
|
||||
description: PHY provider specifier
|
||||
...
|
||||
|
|
|
@ -48,4 +48,10 @@ properties:
|
|||
description: Some boards use a USB DISCONNECT pin to enable
|
||||
the pull-up resistor on USB Data Positive signal.
|
||||
generation: define, use-prop-name
|
||||
|
||||
phys:
|
||||
type: array
|
||||
category: optional
|
||||
generation: define
|
||||
description: PHY provider specifier
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue