blob: d2d6446a904e41c2054c7a579081eb54242b2117 [file] [log] [blame]
Achin Gupta4f6ad662013-10-25 09:08:21 +01001/*
Alexei Fedorovcb8fef62021-04-12 12:49:54 +01002 * Copyright (c) 2013-2021, ARM Limited and Contributors. All rights reserved.
Achin Gupta4f6ad662013-10-25 09:08:21 +01003 *
Achin Gupta69387312016-09-26 10:22:56 +01004 * SPDX-License-Identifier: BSD-3-Clause
Achin Gupta4f6ad662013-10-25 09:08:21 +01005 */
6
Alexei Fedorov4348f492020-05-13 21:13:57 +01007/* Configuration: max 4 clusters with up to 4 CPUs */
8
Achin Gupta4f6ad662013-10-25 09:08:21 +01009/dts-v1/;
10
Alexei Fedorov4348f492020-05-13 21:13:57 +010011#define AFF
12
Alexei Fedorovcb8fef62021-04-12 12:49:54 +010013#include <dt-bindings/interrupt-controller/arm-gic.h>
Alexei Fedorov9fe73b22021-04-23 16:12:11 +010014#include "fvp-defs.dtsi"
Alexei Fedorov4348f492020-05-13 21:13:57 +010015
Achin Gupta4f6ad662013-10-25 09:08:21 +010016/memreserve/ 0x80000000 0x00010000;
17
18/ {
19};
20
21/ {
22 model = "FVP Base";
23 compatible = "arm,vfp-base", "arm,vexpress";
24 interrupt-parent = <&gic>;
25 #address-cells = <2>;
26 #size-cells = <2>;
27
28 chosen { };
29
30 aliases {
31 serial0 = &v2m_serial0;
32 serial1 = &v2m_serial1;
33 serial2 = &v2m_serial2;
34 serial3 = &v2m_serial3;
35 };
36
37 psci {
Andre Przywarafff428c2021-12-10 18:22:09 +000038 compatible = "arm,psci-1.0", "arm,psci-0.2";
Achin Gupta4f6ad662013-10-25 09:08:21 +010039 method = "smc";
Madhukar Pappireddy26b945c2019-12-27 12:02:34 -060040 max-pwr-lvl = <2>;
Achin Gupta4f6ad662013-10-25 09:08:21 +010041 };
42
43 cpus {
44 #address-cells = <2>;
45 #size-cells = <0>;
46
Alexei Fedorov4348f492020-05-13 21:13:57 +010047 CPU_MAP
Achin Gupta5ab4fe42014-08-20 17:33:09 +010048
49 idle-states {
50 entry-method = "arm,psci";
51
52 CPU_SLEEP_0: cpu-sleep-0 {
53 compatible = "arm,idle-state";
Juan Castillo3414f542015-04-16 14:17:49 +010054 local-timer-stop;
55 arm,psci-suspend-param = <0x0010000>;
Achin Gupta5ab4fe42014-08-20 17:33:09 +010056 entry-latency-us = <40>;
57 exit-latency-us = <100>;
58 min-residency-us = <150>;
59 };
60
61 CLUSTER_SLEEP_0: cluster-sleep-0 {
62 compatible = "arm,idle-state";
Juan Castillo3414f542015-04-16 14:17:49 +010063 local-timer-stop;
64 arm,psci-suspend-param = <0x1010000>;
Achin Gupta5ab4fe42014-08-20 17:33:09 +010065 entry-latency-us = <500>;
66 exit-latency-us = <1000>;
67 min-residency-us = <2500>;
68 };
69 };
70
Alexei Fedorov4348f492020-05-13 21:13:57 +010071 CPUS
Antonio Nino Diaz430147a2016-02-22 16:44:41 +000072
73 L2_0: l2-cache0 {
74 compatible = "cache";
Achin Gupta4f6ad662013-10-25 09:08:21 +010075 };
76 };
77
78 memory@80000000 {
79 device_type = "memory";
Juan Castillo7055ca42014-05-16 15:33:15 +010080 reg = <0x00000000 0x80000000 0 0x7F000000>,
Achin Gupta4f6ad662013-10-25 09:08:21 +010081 <0x00000008 0x80000000 0 0x80000000>;
Achin Gupta4f6ad662013-10-25 09:08:21 +010082 };
83
84 gic: interrupt-controller@2f000000 {
85 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
86 #interrupt-cells = <3>;
87 #address-cells = <0>;
88 interrupt-controller;
89 reg = <0x0 0x2f000000 0 0x10000>,
90 <0x0 0x2c000000 0 0x2000>,
91 <0x0 0x2c010000 0 0x2000>,
92 <0x0 0x2c02F000 0 0x2000>;
93 interrupts = <1 9 0xf04>;
94 };
95
96 timer {
97 compatible = "arm,armv8-timer";
Alexei Fedorovcb8fef62021-04-12 12:49:54 +010098 interrupts = <GIC_PPI 13
99 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>,
100 <GIC_PPI 14
101 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>,
102 <GIC_PPI 11
103 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>,
104 <GIC_PPI 10
105 (GIC_CPU_MASK_RAW(0xff) | IRQ_TYPE_LEVEL_LOW)>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100106 clock-frequency = <100000000>;
107 };
108
109 timer@2a810000 {
110 compatible = "arm,armv7-timer-mem";
111 reg = <0x0 0x2a810000 0x0 0x10000>;
112 clock-frequency = <100000000>;
113 #address-cells = <2>;
114 #size-cells = <2>;
115 ranges;
Harry Liebelcef93392014-04-01 19:27:38 +0100116 frame@2a830000 {
117 frame-number = <1>;
118 interrupts = <0 26 4>;
119 reg = <0x0 0x2a830000 0x0 0x10000>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100120 };
121 };
122
123 pmu {
124 compatible = "arm,armv8-pmuv3";
125 interrupts = <0 60 4>,
126 <0 61 4>,
127 <0 62 4>,
128 <0 63 4>;
129 };
130
131 smb {
132 compatible = "simple-bus";
133
134 #address-cells = <2>;
135 #size-cells = <1>;
136 ranges = <0 0 0 0x08000000 0x04000000>,
137 <1 0 0 0x14000000 0x04000000>,
138 <2 0 0 0x18000000 0x04000000>,
139 <3 0 0 0x1c000000 0x04000000>,
140 <4 0 0 0x0c000000 0x04000000>,
141 <5 0 0 0x10000000 0x04000000>;
142
Andre Przywara774e64a2022-08-19 10:45:17 +0100143 #interrupt-cells = <1>;
144 interrupt-map-mask = <0 0 63>;
145 interrupt-map = <0 0 0 &gic 0 0 4>,
146 <0 0 1 &gic 0 1 4>,
147 <0 0 2 &gic 0 2 4>,
148 <0 0 3 &gic 0 3 4>,
149 <0 0 4 &gic 0 4 4>,
150 <0 0 5 &gic 0 5 4>,
151 <0 0 6 &gic 0 6 4>,
152 <0 0 7 &gic 0 7 4>,
153 <0 0 8 &gic 0 8 4>,
154 <0 0 9 &gic 0 9 4>,
155 <0 0 10 &gic 0 10 4>,
156 <0 0 11 &gic 0 11 4>,
157 <0 0 12 &gic 0 12 4>,
158 <0 0 13 &gic 0 13 4>,
159 <0 0 14 &gic 0 14 4>,
160 <0 0 15 &gic 0 15 4>,
161 <0 0 16 &gic 0 16 4>,
162 <0 0 17 &gic 0 17 4>,
163 <0 0 18 &gic 0 18 4>,
164 <0 0 19 &gic 0 19 4>,
165 <0 0 20 &gic 0 20 4>,
166 <0 0 21 &gic 0 21 4>,
167 <0 0 22 &gic 0 22 4>,
168 <0 0 23 &gic 0 23 4>,
169 <0 0 24 &gic 0 24 4>,
170 <0 0 25 &gic 0 25 4>,
171 <0 0 26 &gic 0 26 4>,
172 <0 0 27 &gic 0 27 4>,
173 <0 0 28 &gic 0 28 4>,
174 <0 0 29 &gic 0 29 4>,
175 <0 0 30 &gic 0 30 4>,
176 <0 0 31 &gic 0 31 4>,
177 <0 0 32 &gic 0 32 4>,
178 <0 0 33 &gic 0 33 4>,
179 <0 0 34 &gic 0 34 4>,
180 <0 0 35 &gic 0 35 4>,
181 <0 0 36 &gic 0 36 4>,
182 <0 0 37 &gic 0 37 4>,
183 <0 0 38 &gic 0 38 4>,
184 <0 0 39 &gic 0 39 4>,
185 <0 0 40 &gic 0 40 4>,
186 <0 0 41 &gic 0 41 4>,
187 <0 0 42 &gic 0 42 4>;
188
Balint Dobszay5ce2c322020-01-10 17:16:27 +0100189 #include "rtsm_ve-motherboard.dtsi"
Achin Gupta4f6ad662013-10-25 09:08:21 +0100190 };
191
192 panels {
193 panel@0 {
194 compatible = "panel";
195 mode = "XVGA";
196 refresh = <60>;
197 xres = <1024>;
198 yres = <768>;
199 pixclock = <15748>;
200 left_margin = <152>;
201 right_margin = <48>;
202 upper_margin = <23>;
203 lower_margin = <3>;
204 hsync_len = <104>;
205 vsync_len = <4>;
206 sync = <0>;
207 vmode = "FB_VMODE_NONINTERLACED";
208 tim2 = "TIM2_BCD", "TIM2_IPC";
209 cntl = "CNTL_LCDTFT", "CNTL_BGR", "CNTL_LCDVCOMP(1)";
210 caps = "CLCD_CAP_5551", "CLCD_CAP_565", "CLCD_CAP_888";
211 bpp = <16>;
212 };
213 };
214};