drivers: pinctrl: nrf: add support for uart/uarte peripheral

Add support for configuring UART/UARTE peripheral pins.

Co-authored-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-08-10 11:24:54 +02:00 committed by Carles Cufí
commit 6399ad50f4
2 changed files with 39 additions and 2 deletions

View file

@ -51,6 +51,15 @@
* @{
*/
/** UART TX */
#define NRF_FUN_UART_TX 0U
/** UART RX */
#define NRF_FUN_UART_RX 1U
/** UART RTS */
#define NRF_FUN_UART_RTS 2U
/** UART CTS */
#define NRF_FUN_UART_CTS 3U
/** @} */
/**