blob: 78fa31e154bfdee88dc1d4463b2b705502ed07ed [file] [log] [blame]
Aditya Angadicdd7f632020-04-06 17:11:23 +05301/*
Rohit Mathew20d4a212024-02-03 21:20:17 +00002 * Copyright (c) 2020-2024, Arm Limited and Contributors. All rights reserved.
Aditya Angadicdd7f632020-04-06 17:11:23 +05303 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 /* compatible string */
Aditya Angadif5039032020-12-15 17:28:08 +053010 compatible = "arm,rd-v1-mc";
Aditya Angadicdd7f632020-04-06 17:11:23 +053011
12 /*
13 * Place holder for system-id node with default values. The
14 * value of platform-id and config-id will be set to the
15 * correct values during the BL2 stage of boot.
16 */
17 system-id {
18 platform-id = <0x0>;
19 config-id = <0x0>;
20 multi-chip-mode = <0x0>;
21 };
22};