drivers: usb_c: numaker: support Nuvoton's M2L31 series

1. Support USB-C drivers TCPC, PPC, and VBUS with UTCPD H/W IP
2. UTCPD is interconnected with Timer-triggered EADC for updating
   VBUS/VCONN voltage periodically

Signed-off-by: Chun-Chieh Li <ccli8@nuvoton.com>
This commit is contained in:
Chun-Chieh Li 2024-04-01 17:59:15 +08:00 committed by Carles Cufí
commit 9e9e409cb9
18 changed files with 3183 additions and 0 deletions

View file

@ -79,4 +79,8 @@ menu "Nuvoton NuMaker drivers"
bool "NuMaker RTC"
help
Enable Nuvoton RTC HAL module driver
config HAS_NUMAKER_TMR
bool "NuMaker Timer"
help
Enable Nuvoton Timer HAL module driver
endmenu