xref: /rk3399_ARM-atf/plat/arm/board/juno/fdts/juno_fw_config.dts (revision f308568b9304562a2c4df7fb935f33963348e397)
1/*
2 * Copyright (c) 2019-2025, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <common/tbbr/tbbr_img_def.h>
8#include <platform_def.h>
9
10/dts-v1/;
11
12/ {
13	dtb-registry {
14		compatible = "fconf,dyn_cfg-dtb_registry";
15
16		tb_fw-config {
17			load-address = <0x0 0x4001300>;
18			max-size = <0xA00>;
19			id = <TB_FW_CONFIG_ID>;
20		};
21
22
23		hw-config {
24			load-address = <0x0 0x82000000>;
25			max-size = <PLAT_ARM_HW_CONFIG_SIZE>;
26			id = <HW_CONFIG_ID>;
27		};
28
29#if SPMC_AT_EL3
30		tos_fw-config {
31			load-address = <0x0 0x04001D00>;
32			max-size = <0x1000>;
33			id = <TOS_FW_CONFIG_ID>;
34		};
35#endif
36	};
37};
38