blob: 6ec282db3eddbdb09678362a52745143f2e0858a [file] [log] [blame]
sah01066afc22021-11-18 10:04:27 +00001/*
Werner Lewiscb5e71a2023-08-17 12:06:52 +01002 * Copyright (c) 2021-2023, Arm Limited. All rights reserved.
sah01066afc22021-11-18 10:04:27 +00003 *
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 };
Werner Lewiscb5e71a2023-08-17 12:06:52 +010026
27 /*
28 * Placeholder for firmware-version node with default values.
29 * The value will be set to the correct values during
30 * the BL2 stage of boot.
31 */
32 firmware-version {
33#ifdef TARGET_PLATFORM_SOC
34 mcc-fw-version = <0x0>;
35 pcc-fw-version = <0x0>;
36#endif
37 scp-fw-version = <0x0>;
38 scp-fw-commit = <0x0>;
Werner Lewisa2e00bf2023-08-17 12:10:06 +010039 tfa-fw-version = "unknown-dirty_00000000";
Werner Lewiscb5e71a2023-08-17 12:06:52 +010040 };
sah01066afc22021-11-18 10:04:27 +000041};