blob: 68366c5ca17f42daac92d5e6163ce34d8e4c7f44 [file] [log] [blame]
Chandni Cherukurif7813232018-09-16 21:06:29 +05301/*
Vijayenthiran Subramaniam03f58bf2019-10-30 12:52:25 +05302 * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
Chandni Cherukurif7813232018-09-16 21:06:29 +05303 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 /* compatible string */
Chandni Cherukuri15ec1e52019-02-22 13:41:03 +053010 compatible = "arm,rd-n1edge";
Chandni Cherukurif7813232018-09-16 21:06:29 +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>;
Vijayenthiran Subramaniam03f58bf2019-10-30 12:52:25 +053020 multi-chip-mode = <0x0>;
Chandni Cherukurif7813232018-09-16 21:06:29 +053021 };
22};