ARM: stm32: add support for STM32MP151
authorRoan van Dijk <roan@protonic.nl>
Tue, 28 Mar 2023 09:33:11 +0000 (11:33 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 28 Mar 2023 14:39:36 +0000 (16:39 +0200)
This patch adds initial support of STM32MP151 microprocessor (MPU)
based on Arm Cortex-A7. New Cortex-A infrastructure (gic, timer,...)
are selected if ARCH_MULTI_V7 is defined.

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Roan van Dijk <roan@protonic.nl>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/mach-stm32/board-dt.c

index 2ccaa11..5dcc4dd 100644 (file)
@@ -21,6 +21,7 @@ static const char *const stm32_compat[] __initconst = {
        "st,stm32mp131",
        "st,stm32mp133",
        "st,stm32mp135",
+       "st,stm32mp151",
        "st,stm32mp157",
        NULL
 };