soc: stm32: add support for stm32h743xx

Add support for STM32H743XX SoC series.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2020-02-28 04:44:24 -08:00 committed by Ioannis Glaropoulos
commit f2b93fae5a
3 changed files with 24 additions and 5 deletions

View file

@ -7,15 +7,15 @@
#ifndef _STM32F7_SOC_H_
#define _STM32F7_SOC_H_
#include <sys/util.h>
#ifndef _ASMLANGUAGE
#include <autoconf.h>
#include <stm32h7xx.h>
/* ARM CMSIS definitions must be included before kernel_includes.h.
* Therefore, it is essential to include kernel_includes.h after including
* core SOC-specific headers.
*/
#include <kernel_includes.h>
/* Add include for DTS generated information */
#include <devicetree.h>
#ifdef CONFIG_STM32H7_DUAL_CORE