blob: ec31c2f5eb02191475710de9f0023963825c9d6b [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file SoC configuration macros for the STM32WB family processors.
*
* Based on reference manual:
* TODO: Provide reference when known
*
* Chapter 2.2.2: Memory map and register boundary addresses
*/
#ifndef _STM32WBX_SOC_H_
#define _STM32WBX_SOC_H_
#ifndef _ASMLANGUAGE
#include <stm32wbxx.h>
/* Add generated devicetree information and STM32 helper macros */
#include <st_stm32_dt.h>
#endif /* !_ASMLANGUAGE */
#endif /* _STM32WBX_SOC_H_ */