1/*
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};
27