blob: 605b70c2d89b99e7cb4ef5aab21187cefae8551b [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>;
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000017 max-size = <0x200>;
18 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 {
34 load-address = <0x0 0x04001000>;
35 max-size = <0x200>;
36 id = <SOC_FW_CONFIG_ID>;
37 };
38
39 tos_fw-config {
40 load-address = <0x0 0x04001200>;
Olivier Deprez92e4c642020-02-28 12:12:08 +010041 max-size = <0x1000>;
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000042 id = <TOS_FW_CONFIG_ID>;
43 };
44
45 nt_fw-config {
46 load-address = <0x0 0x80000000>;
47 max-size = <0x200>;
48 id = <NT_FW_CONFIG_ID>;
49 };
50 };
Louis Mayencourt6d2b5732019-12-17 13:17:25 +000051};