blob: 074a50a5eb3253f9bace9e56afbcd7d1d3f1852b [file] [log] [blame]
Louis Mayencourt6d2b5732019-12-17 13:17:25 +00001/*
2 * Copyright (c) 2019-2020, ARM Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Manish Pandeyf4110242020-06-08 14:48:09 +01007#include <common/tbbr/tbbr_img_def.h>
Louis Mayencourt6d2b5732019-12-17 13:17:25 +00008
9/dts-v1/;
10
11/ {
12 dtb-registry {
Louis Mayencourtb26fafa2020-04-20 14:17:21 +010013 compatible = "fconf,dyn_cfg-dtb_registry";
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000014
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000015 tb_fw-config {
Manish V Badarkhe64616a52020-05-31 08:53:40 +010016 load-address = <0x0 0x4001300>;
Manish V Badarkhe0bafa822020-06-29 11:14:07 +010017 max-size = <0x1800>;
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000018 id = <TB_FW_CONFIG_ID>;
19 };
20
21 hw-config {
22 load-address = <0x0 0x82000000>;
23 max-size = <0x01000000>;
24 id = <HW_CONFIG_ID>;
25 };
26
27 /*
28 * Load SoC and TOS firmware configs at the base of
29 * non shared SRAM. The runtime checks ensure we don't
30 * overlap BL2, BL31 or BL32. The NT firmware config
31 * is loaded at base of DRAM.
32 */
33 soc_fw-config {
Manish V Badarkhe8717e032020-05-30 17:40:44 +010034 load-address = <0x0 0x04001300>;
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000035 max-size = <0x200>;
36 id = <SOC_FW_CONFIG_ID>;
37 };
38
39 tos_fw-config {
Manish V Badarkhe8717e032020-05-30 17:40:44 +010040 load-address = <0x0 0x04001500>;
41 max-size = <0xB00>;
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000042 id = <TOS_FW_CONFIG_ID>;
43 };
44
Manish Pandeyea164e72021-04-09 16:18:41 +010045#if !defined(SPD_spmd)
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000046 nt_fw-config {
47 load-address = <0x0 0x80000000>;
48 max-size = <0x200>;
49 id = <NT_FW_CONFIG_ID>;
50 };
Manish Pandeyea164e72021-04-09 16:18:41 +010051#endif
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000052 };
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000053};