blob: 0a4c908fc852b902be5b69594f0362a75417c3c9 [file] [log] [blame]
/*
* Copyright (c) 2021 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file SoC configuration macros for the STM32U5 family processors.
*
*/
#ifndef _STM32U5_SOC_H_
#define _STM32U5_SOC_H_
#ifndef _ASMLANGUAGE
#include <stm32u5xx.h>
/* Add generated devicetree information and STM32 helper macros */
#include <st_stm32_dt.h>
#endif /* !_ASMLANGUAGE */
#endif /* _STM32U5_SOC_H_ */