xref: /rk3399_ARM-atf/fdts/stm32mp13-fw-config-mem-encrypt.dtsi (revision 7f690c3786224d000ff53f459f1bdb6ad05dc1d1)
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