blob: 41769217a955f19d1c63d663c4ead9b60662fce6 [file] [log] [blame]
Chandni Cherukuri626a52d2018-08-16 13:43:23 +05301/*
Chandni Cherukuri533b5542019-02-22 16:44:49 +05302 * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Chandni Cherukuri626a52d2018-08-16 13:43:23 +05303 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 /* compatible string */
Chandni Cherukuri533b5542019-02-22 16:44:49 +053010 compatible = "arm,rd-e1edge";
Chandni Cherukuri626a52d2018-08-16 13:43: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 };
21
22};