diff options
author | 2021-09-29 11:41:28 +0200 | |
---|---|---|
committer | 2021-10-06 13:27:22 +0800 | |
commit | 55524eacc43dc128fc608ace9f868f18f25f9706 (patch) | |
tree | fcf258589c935eacd77325e28ca97399b2698069 | |
parent | e05b125c9c8203ed0b9d1b72b025a6f026a7c1c6 (diff) | |
download | meta-zephyr-55524eacc43dc128fc608ace9f868f18f25f9706.tar.gz meta-zephyr-55524eacc43dc128fc608ace9f868f18f25f9706.tar.bz2 meta-zephyr-55524eacc43dc128fc608ace9f868f18f25f9706.zip |
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>
-rw-r--r-- | conf/machine/stm32mp157c-dk2.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/stm32mp157c-dk2.conf b/conf/machine/stm32mp157c-dk2.conf new file mode 100644 index 0000000..52c1819 --- /dev/null +++ b/conf/machine/stm32mp157c-dk2.conf @@ -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" |