xref: /rk3399_ARM-atf/fdts/stm32mp13-fw-config-mem-encrypt.dtsi (revision d9712f9cae10fdeb8696ffcd3ca35d58666ea9dd)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2/*
3 * Copyright (c) 2025, STMicroelectronics - All Rights Reserved
4 */
5
6#include <dt-bindings/soc/stm32mp13-mce.h>
7
8/ {
9	st-mem-encrypt {
10		compatible = "st,mem-encrypt";
11		memory-ranges = <DDR_SEC_BASE DDR_SEC_SIZE MCE_ENCRYPT>;
12	};
13};
14