mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-03 22:28:39 +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>
14 lines
296 B
Devicetree
14 lines
296 B
Devicetree
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (c) 2025, STMicroelectronics - All Rights Reserved
|
|
*/
|
|
|
|
#include <dt-bindings/soc/stm32mp13-mce.h>
|
|
|
|
/ {
|
|
st-mem-encrypt {
|
|
compatible = "st,mem-encrypt";
|
|
memory-ranges = <DDR_SEC_BASE DDR_SEC_SIZE MCE_ENCRYPT>;
|
|
};
|
|
};
|