aboutsummaryrefslogtreecommitdiffstats
path: root/fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
diff options
context:
space:
mode:
Diffstat (limited to 'fdts/fvp-base-gicv3-psci-dynamiq-2t.dts')
-rw-r--r--fdts/fvp-base-gicv3-psci-dynamiq-2t.dts41
1 files changed, 9 insertions, 32 deletions
diff --git a/fdts/fvp-base-gicv3-psci-dynamiq-2t.dts b/fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
index 48269a065..bda4b8dd4 100644
--- a/fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
+++ b/fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
@@ -4,38 +4,15 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-/dts-v1/;
-
-#include "fvp-base-gicv3-psci-common.dtsi"
-
-&CPU0 {
- reg = <0x0 0x0>;
-};
-
-&CPU1 {
- reg = <0x0 0x1>;
-};
+/* DynamIQ configuration: 1 cluster with up to 8 CPUs with 2 threads per each */
-&CPU2 {
- reg = <0x0 0x100>;
-};
+/* Set default value if not passed from platform's makefile */
+#ifdef FVP_MAX_PE_PER_CPU
+#define PE_PER_CPU FVP_MAX_PE_PER_CPU
+#else
+#define PE_PER_CPU 2
+#endif
-&CPU3 {
- reg = <0x0 0x101>;
-};
-
-&CPU4 {
- reg = <0x0 0x200>;
-};
-
-&CPU5 {
- reg = <0x0 0x201>;
-};
-
-&CPU6 {
- reg = <0x0 0x300>;
-};
+/dts-v1/;
-&CPU7 {
- reg = <0x0 0x301>;
-};
+#include "fvp-base-gicv3-psci-dynamiq-common.dtsi"