blob: 28272970832acc35f071d1b3e67e440ce7d1e94f [file] [log] [blame]
Harry Liebel43ef4f12013-10-22 17:29:14 +01001/*
Alexei Fedorovcb8fef62021-04-12 12:49:54 +01002 * Copyright (c) 2013-2021, ARM Limited and Contributors. All rights reserved.
Harry Liebel43ef4f12013-10-22 17:29:14 +01003 *
Achin Gupta69387312016-09-26 10:22:56 +01004 * SPDX-License-Identifier: BSD-3-Clause
Harry Liebel43ef4f12013-10-22 17:29:14 +01005 */
6
Alexei Fedorov4348f492020-05-13 21:13:57 +01007/* Configuration: 1 cluster with up to 4 CPUs */
8
Harry Liebel43ef4f12013-10-22 17:29:14 +01009/dts-v1/;
10
Alexei Fedorov4348f492020-05-13 21:13:57 +010011#define AFF
12#define CLUSTER_COUNT 1
13
Alexei Fedorovcb8fef62021-04-12 12:49:54 +010014#include <dt-bindings/interrupt-controller/arm-gic.h>
Alexei Fedorov9fe73b22021-04-23 16:12:11 +010015#include "fvp-defs.dtsi"
Alexei Fedorov4348f492020-05-13 21:13:57 +010016
Harry Liebel43ef4f12013-10-22 17:29:14 +010017/memreserve/ 0x80000000 0x00010000;
18
19/ {
20};
21
22/ {
Harry Liebelcef93392014-04-01 19:27:38 +010023 model = "FVP Foundation";
Harry Liebel43ef4f12013-10-22 17:29:14 +010024 compatible = "arm,fvp-base", "arm,vexpress";
25 interrupt-parent = <&gic>;
26 #address-cells = <2>;
27 #size-cells = <2>;
28
Vincent Stehléff8fbfd2024-05-23 11:38:06 +020029 chosen {
30 stdout-path = "serial0:115200n8";
31 };
Harry Liebel43ef4f12013-10-22 17:29:14 +010032
33 aliases {
34 serial0 = &v2m_serial0;
35 serial1 = &v2m_serial1;
36 serial2 = &v2m_serial2;
37 serial3 = &v2m_serial3;
38 };
39
40 psci {
Soby Mathew1df077b2015-01-15 11:49:58 +000041 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
Harry Liebel43ef4f12013-10-22 17:29:14 +010042 method = "smc";
43 cpu_suspend = <0xc4000001>;
44 cpu_off = <0x84000002>;
45 cpu_on = <0xc4000003>;
Soby Mathewe0f55df2016-10-05 15:38:01 +010046 sys_poweroff = <0x84000008>;
47 sys_reset = <0x84000009>;
Madhukar Pappireddy26b945c2019-12-27 12:02:34 -060048 max-pwr-lvl = <2>;
Harry Liebel43ef4f12013-10-22 17:29:14 +010049 };
50
51 cpus {
52 #address-cells = <2>;
53 #size-cells = <0>;
54
Alexei Fedorov4348f492020-05-13 21:13:57 +010055 CPU_MAP
Achin Gupta5ab4fe42014-08-20 17:33:09 +010056
57 idle-states {
58 entry-method = "arm,psci";
59
60 CPU_SLEEP_0: cpu-sleep-0 {
61 compatible = "arm,idle-state";
Juan Castillo3414f542015-04-16 14:17:49 +010062 local-timer-stop;
63 arm,psci-suspend-param = <0x0010000>;
Achin Gupta5ab4fe42014-08-20 17:33:09 +010064 entry-latency-us = <40>;
65 exit-latency-us = <100>;
66 min-residency-us = <150>;
67 };
68
69 CLUSTER_SLEEP_0: cluster-sleep-0 {
70 compatible = "arm,idle-state";
Juan Castillo3414f542015-04-16 14:17:49 +010071 local-timer-stop;
72 arm,psci-suspend-param = <0x1010000>;
Achin Gupta5ab4fe42014-08-20 17:33:09 +010073 entry-latency-us = <500>;
74 exit-latency-us = <1000>;
75 min-residency-us = <2500>;
76 };
77 };
78
Alexei Fedorov4348f492020-05-13 21:13:57 +010079 CPUS
Antonio Nino Diaz430147a2016-02-22 16:44:41 +000080
81 L2_0: l2-cache0 {
82 compatible = "cache";
Harry Liebel43ef4f12013-10-22 17:29:14 +010083 };
84 };
85
86 memory@80000000 {
87 device_type = "memory";
Juan Castillo7055ca42014-05-16 15:33:15 +010088 reg = <0x00000000 0x80000000 0 0x7F000000>,
Harry Liebel43ef4f12013-10-22 17:29:14 +010089 <0x00000008 0x80000000 0 0x80000000>;
90 };
91
Harry Liebel34988592013-11-11 13:24:47 +000092 gic: interrupt-controller@2f000000 {
Harry Liebel43ef4f12013-10-22 17:29:14 +010093 compatible = "arm,gic-v3";
94 #interrupt-cells = <3>;
Harry Liebel34988592013-11-11 13:24:47 +000095 #address-cells = <2>;
96 #size-cells = <2>;
97 ranges;
Harry Liebel43ef4f12013-10-22 17:29:14 +010098 interrupt-controller;
99 reg = <0x0 0x2f000000 0 0x10000>, // GICD
100 <0x0 0x2f100000 0 0x200000>, // GICR
101 <0x0 0x2c000000 0 0x2000>, // GICC
102 <0x0 0x2c010000 0 0x2000>, // GICH
Harry Liebel34988592013-11-11 13:24:47 +0000103 <0x0 0x2c02f000 0 0x2000>; // GICV
Harry Liebel43ef4f12013-10-22 17:29:14 +0100104 interrupts = <1 9 4>;
Harry Liebel34988592013-11-11 13:24:47 +0000105
106 its: its@2f020000 {
107 compatible = "arm,gic-v3-its";
108 msi-controller;
109 reg = <0x0 0x2f020000 0x0 0x20000>; // GITS
110 };
Harry Liebel43ef4f12013-10-22 17:29:14 +0100111 };
112
113 timer {
114 compatible = "arm,armv8-timer";
Alexei Fedorovcb8fef62021-04-12 12:49:54 +0100115 interrupts = <GIC_PPI 13
116 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>,
117 <GIC_PPI 14
118 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>,
119 <GIC_PPI 11
120 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>,
121 <GIC_PPI 10
122 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>;
Harry Liebel43ef4f12013-10-22 17:29:14 +0100123 clock-frequency = <100000000>;
124 };
125
126 timer@2a810000 {
127 compatible = "arm,armv7-timer-mem";
128 reg = <0x0 0x2a810000 0x0 0x10000>;
129 clock-frequency = <100000000>;
130 #address-cells = <2>;
131 #size-cells = <2>;
132 ranges;
Harry Liebelcef93392014-04-01 19:27:38 +0100133 frame@2a830000 {
134 frame-number = <1>;
135 interrupts = <0 26 4>;
136 reg = <0x0 0x2a830000 0x0 0x10000>;
Harry Liebel43ef4f12013-10-22 17:29:14 +0100137 };
138 };
139
140 pmu {
141 compatible = "arm,armv8-pmuv3";
142 interrupts = <0 60 4>,
143 <0 61 4>,
144 <0 62 4>,
145 <0 63 4>;
146 };
147
148 smb {
149 compatible = "simple-bus";
150
151 #address-cells = <2>;
152 #size-cells = <1>;
153 ranges = <0 0 0 0x08000000 0x04000000>,
154 <1 0 0 0x14000000 0x04000000>,
155 <2 0 0 0x18000000 0x04000000>,
156 <3 0 0 0x1c000000 0x04000000>,
157 <4 0 0 0x0c000000 0x04000000>,
158 <5 0 0 0x10000000 0x04000000>;
159
Balint Dobszay5ce2c322020-01-10 17:16:27 +0100160 #include "fvp-foundation-motherboard.dtsi"
Harry Liebel43ef4f12013-10-22 17:29:14 +0100161 };
162};