| /* | |
| * Copyright (C) 2025 Savoir-faire Linux, Inc. | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| /** | |
| * @file SoC configuration macros for the STM32MP2 family processors. | |
| * | |
| * Based on reference manual: | |
| * STM32MP23/25xx advanced ARM(r)-based 32/64-bit MPUs | |
| * | |
| * Chapter 2.4.2: Memory map and register boundary addresses | |
| */ | |
| #ifndef _STM32MP2_M33_SOC_H_ | |
| #define _STM32MP2_M33_SOC_H_ | |
| #ifndef _ASMLANGUAGE | |
| #include <stm32mp2xx.h> | |
| #endif /* !_ASMLANGUAGE */ | |
| #endif /* !_STM32MP2_M33_SOC_H_ */ |