mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00
fdts: Add DTS for DynamIQ platforms
DynamIQ platforms host all CPUs in a single cluster. This patch adds a DTS and DTB for DynamicQ platforms hosting up to 8 CPUs. Change-Id: I2d97bc740ac3062818767e7251020644f5bb9100 Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
This commit is contained in:
parent
bd8e6a99e0
commit
0400ccb644
2 changed files with 41 additions and 0 deletions
BIN
fdts/fvp-base-gicv3-psci-dynamiq.dtb
Normal file
BIN
fdts/fvp-base-gicv3-psci-dynamiq.dtb
Normal file
Binary file not shown.
41
fdts/fvp-base-gicv3-psci-dynamiq.dts
Normal file
41
fdts/fvp-base-gicv3-psci-dynamiq.dts
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
/include/ "fvp-base-gicv3-psci-common.dtsi"
|
||||||
|
|
||||||
|
&CPU0 {
|
||||||
|
reg = <0x0 0x0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&CPU1 {
|
||||||
|
reg = <0x0 0x100>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&CPU2 {
|
||||||
|
reg = <0x0 0x200>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&CPU3 {
|
||||||
|
reg = <0x0 0x300>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&CPU4 {
|
||||||
|
reg = <0x0 0x400>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&CPU5 {
|
||||||
|
reg = <0x0 0x500>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&CPU6 {
|
||||||
|
reg = <0x0 0x600>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&CPU7 {
|
||||||
|
reg = <0x0 0x700>;
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue