xref: /rk3399_ARM-atf/fdts/fvp-base-gicv3-psci-dynamiq-2t.dts (revision ebd6efae67c6a086bc97d807a638bde324d936dc)
1/*
2 * Copyright (c) 2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8
9/include/ "fvp-base-gicv3-psci-common.dtsi"
10
11&CPU0 {
12	reg = <0x0 0x0>;
13};
14
15&CPU1 {
16	reg = <0x0 0x1>;
17};
18
19&CPU2 {
20	reg = <0x0 0x100>;
21};
22
23&CPU3 {
24	reg = <0x0 0x101>;
25};
26
27&CPU4 {
28	reg = <0x0 0x200>;
29};
30
31&CPU5 {
32	reg = <0x0 0x201>;
33};
34
35&CPU6 {
36	reg = <0x0 0x300>;
37};
38
39&CPU7 {
40	reg = <0x0 0x301>;
41};
42