blob: 62ba2c3f2ffdc791aa5956fbd9ec548542e92f6e [file] [log] [blame]
Aditya Angadie6508952019-07-21 22:13:45 +05301/*
2 * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 /* compatible string */
Aditya Angadied339d82020-12-15 17:10:50 +053010 compatible = "arm,rd-v1";
Aditya Angadie6508952019-07-21 22:13:45 +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};