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:
parent
df6dd42ca3
commit
543a3843ff
11 changed files with 455 additions and 0 deletions
|
@ -3,3 +3,4 @@
|
|||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(common.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_PINCTRL_GD32_AF pinctrl_gd32_af.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue