blob: da5e04ddb6113c287b5b1a5ffb0be99ee1eabcdf [file] [log] [blame]
sahilf1c88612022-03-15 14:11:43 +05301/*
2 * Copyright (c) 2022, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8/ {
9 /* compatible string */
10 compatible = "arm,n1sdp";
11
12 /*
13 * Place holder for platform-info node with default values.
14 * The values will be set to the correct values during
15 * the BL2 stage of boot.
16 */
17 platform-info {
18 multichip-mode = <0x0>;
19 secondary-chip-count = <0x0>;
20 local-ddr-size = <0x0>;
21 remote-ddr-size = <0x0>;
22 };
23};