From 5756c00017227af473689341a2d9a542129358ea Mon Sep 17 00:00:00 2001 From: Filip Brozovic Date: Mon, 7 Oct 2019 08:10:11 +0200 Subject: [PATCH] soc: arm: stm32g0: add hw flow control property for usart1 to dts fixup This commit adds the missing USART1 HW_FLOW_CONTROL property to the stm32g0 DTS fixup file. Signed-off-by: Filip Brozovic --- soc/arm/st_stm32/stm32g0/dts_fixup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/st_stm32/stm32g0/dts_fixup.h b/soc/arm/st_stm32/stm32g0/dts_fixup.h index ffc3dd9fb29..5a14004bcc0 100644 --- a/soc/arm/st_stm32/stm32g0/dts_fixup.h +++ b/soc/arm/st_stm32/stm32g0/dts_fixup.h @@ -86,6 +86,7 @@ #define DT_USART_1_IRQ DT_ST_STM32_USART_40013800_IRQ_0 #define DT_UART_STM32_USART_1_CLOCK_BITS DT_ST_STM32_USART_40013800_CLOCK_BITS #define DT_UART_STM32_USART_1_CLOCK_BUS DT_ST_STM32_USART_40013800_CLOCK_BUS +#define DT_UART_STM32_USART_1_HW_FLOW_CONTROL DT_ST_STM32_USART_40013800_HW_FLOW_CONTROL #define DT_UART_STM32_USART_2_BASE_ADDRESS DT_ST_STM32_USART_40004400_BASE_ADDRESS #define DT_UART_STM32_USART_2_BAUD_RATE DT_ST_STM32_USART_40004400_CURRENT_SPEED