drivers: pinctrl: gd32: initial support for AF based SoCs

Add a pin control driver for GD32 SoCs using the AF model.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2021-11-01 21:37:04 +01:00 committed by Anas Nashif
commit 543a3843ff
11 changed files with 455 additions and 0 deletions

View file

@ -29,4 +29,6 @@ config PINCTRL_DYNAMIC
runtime. This can be useful, for example, to change the pins assigned to a
peripheral at early boot stages depending on a certain input.
source "drivers/pinctrl/Kconfig.gd32"
endif # PINCTRL