blob: 1e1ea14b0ee7a705441aa9837e1f2f22c535f764 [file] [log] [blame]
Chandni Cherukuric1b5b8a2018-05-10 10:16:42 +05301/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 /* compatible string */
10 compatible = "arm,sgi575";
Chandni Cherukuri33fcfee2018-08-17 11:23:46 +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 };
Chandni Cherukuric1b5b8a2018-05-10 10:16:42 +053021};