boards: uart: Add UART6 for 96b_carbon
Enabled UART 6 on pin PC6 and PC7 for 96b_carbon Signed-off-by: Sahaj Sarup <sahaj.sarup@linaro.org>
This commit is contained in:
parent
0528b2b123
commit
069fce7289
4 changed files with 18 additions and 1 deletions
|
@ -426,7 +426,7 @@ UART_DEVICE_INIT_STM32(5, STM32_CLOCK_BUS_APB1, LL_APB1_GRP1_PERIPH_UART5)
|
|||
#endif /* CONFIG_UART_STM32_PORT_5 */
|
||||
|
||||
#ifdef CONFIG_UART_STM32_PORT_6
|
||||
UART_DEVICE_INIT_STM32(6, STM32_CLOCK_BUS_APB2, LL_APB2_GRP1_PERIPH_UART6)
|
||||
UART_DEVICE_INIT_STM32(6, STM32_CLOCK_BUS_APB2, LL_APB2_GRP1_PERIPH_USART6)
|
||||
#endif /* CONFIG_UART_STM32_PORT_6 */
|
||||
|
||||
#ifdef CONFIG_UART_STM32_PORT_7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue