fvp-base-gicv3-psci-dynamiq-common.dtsi 588 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/dts-v1/;

#include "fvp-base-gicv3-psci-common.dtsi"

/* DynamIQ based designs have upto 8 CPUs in each cluster */

&CPU_MAP {
14
15
16
	/delete-node/ cluster0;
	/delete-node/ cluster1;

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
	cluster0 {
		core0 {
			cpu = <&CPU0>;
		};
		core1 {
			cpu = <&CPU1>;
		};
		core2 {
			cpu = <&CPU2>;
		};
		core3 {
			cpu = <&CPU3>;
		};
		core4 {
			cpu = <&CPU4>;
		};
		core5 {
			cpu = <&CPU5>;
		};
		core6 {
			cpu = <&CPU6>;
		};
		core7 {
			cpu = <&CPU7>;
		};
	};
};