stm32: Add STM32 USB TCPC Driver

This commit adds a USB Type-C Port Controller Driver for
the STM32 USB Type-C / USB Power Delivery (UCPD) peripheral

Signed-off-by: Sam Hurst <sbh1187@gmail.com>
This commit is contained in:
Sam Hurst 2022-01-16 14:30:43 -08:00 committed by Carles Cufí
commit 6458649137
10 changed files with 1853 additions and 0 deletions

View file

@ -131,4 +131,6 @@ source "drivers/mm/Kconfig"
source "drivers/power_domain/Kconfig"
source "drivers/usbc/Kconfig"
endmenu