blob: e730d3410711965d9871ea00ed5be25b580bc027 [file] [log] [blame]
sah01066afc22021-11-18 10:04:27 +00001/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 /* compatible string */
10 compatible = "arm,morello";
11
12 /*
13 * Place holder for platform-info node with default values.
14 * The values will be set to the correct values during
15 * the BL2 stage of boot.
16 */
17 platform-info {
18 local-ddr-size = <0x0 0x0>;
19#ifdef TARGET_PLATFORM_SOC
20 remote-ddr-size = <0x0 0x0>;
21 remote-chip-count = <0x0>;
22 multichip-mode = <0x0>;
23 scc-config = <0x0>;
24#endif
25 };
26};