1/* 2 * Copyright (c) 2021-2023, 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 /* 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>; 39 tfa-fw-version = "unknown-dirty_00000000"; 40 }; 41}; 42