drivers/serial: stm32: Add support for STM32H7 series

Add needful to enable uart on STM32H7.
This mostly impact dts but as well soc for fixup.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-07-01 14:23:43 +02:00 committed by Anas Nashif
commit fda2ea7253
5 changed files with 145 additions and 2 deletions

View file

@ -33,6 +33,10 @@
#include <stm32h7xx_ll_system.h>
#endif /* CONFIG_GPIO_STM32 */
#ifdef CONFIG_SERIAL_HAS_DRIVER
#include <stm32h7xx_ll_usart.h>
#endif /* CONFIG_SERIAL_HAS_DRIVER */
#endif /* !_ASMLANGUAGE */
#endif /* _STM32F7_SOC_H7_ */