aboutsummaryrefslogtreecommitdiff
path: root/fdts/fvp-base-gicv3-psci-dynamiq.dts
blob: b8b044500f8e651487f8f6885940b02d9ba672af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
/*
 * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/dts-v1/;

#include "fvp-base-gicv3-psci-dynamiq-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>;
};