drivers: pinctrl: add a driver for the CH32V00x series

The CH32V006 and others in the CH32V00x series are an evolution of the
CH32V003 and use different remap offsets for the various peripherals.

In the same way as the CH32V20x, fork the CH32V003 driver and add
CH32V00x support.

Signed-off-by: Michael Hope <michaelh@juju.nz>
This commit is contained in:
Michael Hope 2025-04-21 18:06:38 +00:00 committed by Benjamin Cabé
commit f4b1544bec
6 changed files with 309 additions and 0 deletions

View file

@ -79,6 +79,7 @@ source "drivers/pinctrl/Kconfig.wch_afio"
source "drivers/pinctrl/Kconfig.sy1xx"
source "drivers/pinctrl/Kconfig.realtek_rts5912"
source "drivers/pinctrl/Kconfig.wch_20x_30x_afio"
source "drivers/pinctrl/Kconfig.wch_00x_afio"
rsource "renesas/Kconfig"