diff --git a/dts/bindings/usb/st,stm32-otgfs.yaml b/dts/bindings/usb/st,stm32-otgfs.yaml index 70d79fc7dd8..ca2b0766677 100644 --- a/dts/bindings/usb/st,stm32-otgfs.yaml +++ b/dts/bindings/usb/st,stm32-otgfs.yaml @@ -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 ... diff --git a/dts/bindings/usb/st,stm32-otghs.yaml b/dts/bindings/usb/st,stm32-otghs.yaml index 98c56775344..cc387f76bce 100644 --- a/dts/bindings/usb/st,stm32-otghs.yaml +++ b/dts/bindings/usb/st,stm32-otghs.yaml @@ -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 ... diff --git a/dts/bindings/usb/st,stm32-usb.yaml b/dts/bindings/usb/st,stm32-usb.yaml index cba616ce557..140e55e37c1 100644 --- a/dts/bindings/usb/st,stm32-usb.yaml +++ b/dts/bindings/usb/st,stm32-usb.yaml @@ -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 ...