blob: dd70141de3f62dda45185e062b992faf26555cb4 [file] [log] [blame]
Aditya Angadid61740b2020-11-19 18:05:33 +05301/*
Nishant Sharmaa6854402021-11-30 09:38:46 +00002 * Copyright (c) 2020 - 2022, ARM Limited and Contributors. All rights reserved.
Aditya Angadid61740b2020-11-19 18:05:33 +05303 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 /* compatible string */
10 compatible = "arm,rd-n2";
11
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>;
Nishant Sharmaa6854402021-11-30 09:38:46 +000021 /*
22 * First cell pair: Count of isolated CPUs in the list.
23 * Rest of the cells: MPID list of the isolated CPUs.
24 */
25 isolated-cpu-list = <0x0 0x0
26 0x0 0x0
27 0x0 0x0
28 0x0 0x0
29 0x0 0x0
30 0x0 0x0
31 0x0 0x0
32 0x0 0x0
33 0x0 0x0
34 0x0 0x0
35 0x0 0x0
36 0x0 0x0
37 0x0 0x0
38 0x0 0x0
39 0x0 0x0
40 0x0 0x0
41 0x0 0x0>;
Aditya Angadid61740b2020-11-19 18:05:33 +053042 };
43};