meta-dcm/recipes-bsp/trusted-firmware-a/files/stm32mp157c-dcm-fw-config.dts

46 lines
851 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/*
* Copyright (C) STMicroelectronics 2021-2023 - All Rights Reserved
* Author: STM32CubeMX code generation for STMicroelectronics.
*/
/dts-v1/;
/ {
dtb-registry {
compatible = "fconf,dyn_cfg-dtb_registry";
tb_fw-config {
load-address = <0x2ffb5000>;
max-size = <0x200>;
id = <0>;
};
tos_fw-config {
load-address = <0x2ffb5200>;
max-size = <0x200>;
id = <1>;
};
nt_fw-config {
load-address = <0x2ffb5400>;
max-size = <0x200>;
id = <2>;
};
hw-config {
load-address = <0x2ffb5600>;
max-size = <0x80000>;
id = <3>;
};
};
st-mem-firewall {
compatible = "st,mem-firewall";
memory-ranges = <
0xc0000000 0x1ff00000 /* [0xc0000000 - 0xdfeffffff] 511MB */
0xe0000000 0x1f000000 /* [0xe0000000 - 0xfeffffff] 496MB */
>;
};
};