scripts/genpinctrl: Add UCPD CC pins

Add generation for UCPD CC pins as analog pins.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-05-16 12:01:06 +02:00
parent 51b373cd34
commit 36f3cd523e
1 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,10 @@
- name: UART_RX / USART_RX / LPUART_RX
match: "^(?:LP)?US?ART\\d+_RX$"
- name: UCPD
match: "^UCPD\\d+_CC\\d+N?$"
mode: analog
- name: USB_OTG_FS
match: "^USB_OTG_FS_(?:DM)?(?:DP)?(?:SOF)?(?:ID)?(?:VBUS)?$"