Commit 76505cff authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Christopher Friedt
Browse files

dts/bindings/pinctrl: stm32: Add properties for PA11/PA12 pin remaps



Add specific properties to enable remap for PA11/PA12, which is a
possibility on STM32G0/F0 SoCs.
These properties only have effect when defined.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent de76ab19
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -26,6 +26,24 @@ properties:
    reg:
      required: true

    remap-pa11:
      type: boolean
      required: false
      description: Remaps the PA11 pin to operate as PA9 pin.
        Use of this property is restricted to STM32G0 SoCs.

    remap-pa12:
      type: boolean
      required: false
      description: Remaps the PA12 pin to operate as PA10 pin.
        Use of this property is restricted to STM32G0 SoCs.

    remap-pa11-pa12:
      type: boolean
      required: false
      description: Remaps the PA11/PA12 pin to operate as PA9/PA10 pin.
        Use of this property is restricted to STM32F070x SoCs.

child-binding:
    description: |
        This binding gives a base representation of the STM32 pins configration