Files
arm-trusted-firmware/fdts/stm32mp157f-ed1.dts
T
Yann Gautier 416773d0f6 feat(stm32mp15-fdts): add STM32M157F boards
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
2026-02-27 14:39:08 +01:00

12 lines
280 B
Devicetree

// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
/*
* Copyright (C) 2026, STMicroelectronics - All Rights Reserved
*/
#include "stm32mp157c-ed1.dts"
/ {
model = "STMicroelectronics STM32MP157F eval daughter";
compatible = "st,stm32mp157f-ed1", "st,stm32mp157";
};