blob: f857f72acf9d8e5bba23555d36b67d7e28bcdb08 [file] [log] [blame]
Aditya Angadid61740b2020-11-19 18:05:33 +05301/*
Rohit Mathew1d1c1422024-02-12 18:54:15 +00002 * Copyright (c) 2020-2024, Arm Limited and Contributors. All rights reserved.
Aditya Angadid61740b2020-11-19 18:05:33 +05303 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <common/tbbr/tbbr_img_def.h>
8
9/dts-v1/;
10
11/ {
12 dtb-registry {
13 compatible = "fconf,dyn_cfg-dtb_registry";
14
15 tb_fw-config {
16 load-address = <0x0 0x4001300>;
17 max-size = <0x200>;
18 id = <TB_FW_CONFIG_ID>;
19 };
20
Rohit Mathew1d1c1422024-02-12 18:54:15 +000021#if SPMC_AT_EL3
Sayanta Pattanayak2a10dc82021-11-17 20:08:19 +053022 tos_fw-config {
23 load-address = <0x0 0x04001500>;
24 max-size = <0x1000>;
25 id = <TOS_FW_CONFIG_ID>;
26 };
27
Rohit Mathew1d1c1422024-02-12 18:54:15 +000028#endif
Aditya Angadid61740b2020-11-19 18:05:33 +053029 nt_fw-config {
30 load-address = <0x0 0xFEF00000>;
31 max-size = <0x0100000>;
32 id = <NT_FW_CONFIG_ID>;
33 };
34 };
35};