mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
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:
committed by
Naveen Saini
parent
e05b125c9c
commit
55524eacc4
8
conf/machine/stm32mp157c-dk2.conf
Normal file
8
conf/machine/stm32mp157c-dk2.conf
Normal 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"
|
||||
Reference in New Issue
Block a user