mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00

Include multi-chip-mode parameter in HW_CONFIG dts to let next stage of boot firmware know about the multi-chip operation mode. Change-Id: Ic7535c2280fd57180ad14aa0ae277cf0c4d1337b Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
23 lines
454 B
Text
23 lines
454 B
Text
/*
|
|
* Copyright (c) 2018-2020, Arm Limited. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/ {
|
|
/* compatible string */
|
|
compatible = "arm,rd-e1edge";
|
|
|
|
/*
|
|
* Place holder for system-id node with default values. The
|
|
* value of platform-id and config-id will be set to the
|
|
* correct values during the BL2 stage of boot.
|
|
*/
|
|
system-id {
|
|
platform-id = <0x0>;
|
|
config-id = <0x0>;
|
|
multi-chip-mode = <0x0>;
|
|
};
|
|
|
|
};
|