mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 15:02:37 +00:00
Add an st-mem-encrypt node in a dedicated file. This file will be included by boards fw-config file if they support encryption. Change-Id: I7d2b278da144a10c10d194d0475ab11b1bc142bb Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Maxime Méré <maxime.mere@foss.st.com>
9 lines
251 B
Devicetree
9 lines
251 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (c) 2025, STMicroelectronics - All Rights Reserved
|
|
*/
|
|
|
|
#define DDR_SIZE 0x20000000 /* 512MB */
|
|
#include "stm32mp13-fw-config.dtsi"
|
|
#include "stm32mp13-fw-config-mem-encrypt.dtsi"
|