mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 22:02:40 +00:00
STM32MP157F SoC is an update of STM32MP157C, that can run at 800MHz. In TF-A, this increased frequency is not managed (it is done in OP-TEE) and both SoCs will start at the nominal frequency: 650MHz. To create the new boards, just include the STM32MP157C versions, and update model and compatible. The <board>-fw-config.dts files had already been sent upstream. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Ic9fa8f714ba8d8095664c55dbcadfae49e9e2f4f
12 lines
317 B
Devicetree
12 lines
317 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) 2026, STMicroelectronics - All Rights Reserved
|
|
*/
|
|
|
|
#include "stm32mp157c-ev1.dts"
|
|
|
|
/ {
|
|
model = "STMicroelectronics STM32MP157F eval daughter on eval mother";
|
|
compatible = "st,stm32mp157f-ev1", "st,stm32mp157f-ed1", "st,stm32mp157";
|
|
};
|