1 /* 2 * Copyright (c) 2019 Linaro Limited 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef _STM32F7_SOC_H_ 8 #define _STM32F7_SOC_H_ 9 10 #ifndef _ASMLANGUAGE 11 12 #include <stm32h7xx.h> 13 14 /* Add generated devicetree information and STM32 helper macros */ 15 #include <st_stm32_dt.h> 16 17 #endif /* !_ASMLANGUAGE */ 18 19 #endif /* _STM32F7_SOC_H7_ */ 20