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:
Yannis Damigos 2018-10-03 16:38:53 +03:00 committed by Kumar Gala
commit 31ae43d024
3 changed files with 18 additions and 0 deletions

View file

@ -41,4 +41,10 @@ properties:
description: Size of USB dedicated RAM. STM32 SOC's reference description: Size of USB dedicated RAM. STM32 SOC's reference
manual defines a shared FIFO size. manual defines a shared FIFO size.
generation: define generation: define
phys:
type: array
category: optional
generation: define
description: PHY provider specifier
... ...

View file

@ -41,4 +41,10 @@ properties:
description: Size of USB dedicated RAM. STM32 SOC's reference description: Size of USB dedicated RAM. STM32 SOC's reference
manual defines a shared FIFO size. manual defines a shared FIFO size.
generation: define generation: define
phys:
type: array
category: optional
generation: define
description: PHY provider specifier
... ...

View file

@ -48,4 +48,10 @@ properties:
description: Some boards use a USB DISCONNECT pin to enable description: Some boards use a USB DISCONNECT pin to enable
the pull-up resistor on USB Data Positive signal. the pull-up resistor on USB Data Positive signal.
generation: define, use-prop-name generation: define, use-prop-name
phys:
type: array
category: optional
generation: define
description: PHY provider specifier
... ...