mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 13:53:54 +00:00

Add STM32MP257F Discovery board support. It embeds a STM32MP257FAL SoC, with 2GB of LPDDR4, 2*USB typeA, 1*USB3 typeC, 1*ETH, wifi/BT combo, DSI HDMI, LVDS connector ... Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> Signed-off-by: Olivier BIDEAU <olivier.bideau@st.com> Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Signed-off-by: Maxime Méré <maxime.mere@foss.st.com> Change-Id: I95bb84b00eafce8031f26f7243ecc0fce843d170
23 lines
441 B
Text
23 lines
441 B
Text
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) STMicroelectronics 2025 - All Rights Reserved
|
|
*/
|
|
|
|
/*
|
|
* STM32MP25 tf-a firmware config
|
|
* Project : open
|
|
* Generated by XLmx tool version 2.2 - 3/6/2024 11:20:07 AM
|
|
*/
|
|
|
|
/ {
|
|
dtb-registry {
|
|
soc_fw-config {
|
|
load-address = <0x0 0x81fc0000>;
|
|
max-size = <0x40000>;
|
|
};
|
|
tos_fw {
|
|
load-address = <0x0 0x82000000>;
|
|
max-size = <0x2000000>;
|
|
};
|
|
};
|
|
};
|