pinctrl: stm32: add remap support for STM32C0
Add remap11 and remap12 support for STM32C0 series Signed-off-by: Romain Pelletant <romainp@kickmaker.net>
This commit is contained in:
parent
e087d1b438
commit
bb0277da16
2 changed files with 4 additions and 4 deletions
|
@ -20,12 +20,12 @@ properties:
|
|||
remap-pa11:
|
||||
type: boolean
|
||||
description: Remaps the PA11 pin to operate as PA9 pin.
|
||||
Use of this property is restricted to STM32G0 SoCs.
|
||||
Use of this property is restricted to STM32G0 and STM32C0 SoCs.
|
||||
|
||||
remap-pa12:
|
||||
type: boolean
|
||||
description: Remaps the PA12 pin to operate as PA10 pin.
|
||||
Use of this property is restricted to STM32G0 SoCs.
|
||||
Use of this property is restricted to STM32G0 and STM32C0 SoCs.
|
||||
|
||||
remap-pa11-pa12:
|
||||
type: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue