conf: machine: add stm32mp157c-dk2 support

The board is based on STMicroelectronics STM32MP157 processor based on
a dual Cortex-A7 core and a Cortex-M4 core.

STM32MP1 family support depends on STM32 HAL and OpenAMP for
inter-core communication.

This change has been verified with zephyr-philosophers
and zephyr-shell sample applications on by loading Zephyr image
to Cortex-M4 core from Linux using remoteproc framework.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Arnaud Pouliquen
2021-09-29 11:41:28 +02:00
committed by Naveen Saini
parent e05b125c9c
commit 55524eacc4

View File

@@ -0,0 +1,8 @@
#@TYPE: Machine
#@NAME: stm32mp1-openamp
#@DESCRIPTION: Machine configuration for stm32mp157x-DK2 Board.
require conf/machine/include/stm32mp1-cortex-m4.inc
ARCH:stm32mp157c-dk2 = "arm"