blob: 1e0a81c3c9e818ef82fdf604bb42053f31825b98 [file] [log] [blame]
Achin Gupta4f6ad662013-10-25 09:08:21 +01001/*
Balint Dobszay5ce2c322020-01-10 17:16:27 +01002 * Copyright (c) 2013-2020, 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
7/dts-v1/;
8
9/memreserve/ 0x80000000 0x00010000;
10
11/ {
12};
13
14/ {
15 model = "FVP Base";
16 compatible = "arm,vfp-base", "arm,vexpress";
17 interrupt-parent = <&gic>;
18 #address-cells = <2>;
19 #size-cells = <2>;
20
21 chosen { };
22
23 aliases {
24 serial0 = &v2m_serial0;
25 serial1 = &v2m_serial1;
26 serial2 = &v2m_serial2;
27 serial3 = &v2m_serial3;
28 };
29
30 psci {
Soby Mathew1df077b2015-01-15 11:49:58 +000031 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
Achin Gupta4f6ad662013-10-25 09:08:21 +010032 method = "smc";
33 cpu_suspend = <0xc4000001>;
34 cpu_off = <0x84000002>;
35 cpu_on = <0xc4000003>;
Juan Castillo4dc4a472014-08-12 11:17:06 +010036 sys_poweroff = <0x84000008>;
37 sys_reset = <0x84000009>;
Madhukar Pappireddy26b945c2019-12-27 12:02:34 -060038 max-pwr-lvl = <2>;
Achin Gupta4f6ad662013-10-25 09:08:21 +010039 };
40
41 cpus {
42 #address-cells = <2>;
43 #size-cells = <0>;
44
Achin Gupta5ab4fe42014-08-20 17:33:09 +010045 cpu-map {
46 cluster0 {
47 core0 {
48 cpu = <&CPU0>;
49 };
50 core1 {
51 cpu = <&CPU1>;
52 };
53 core2 {
54 cpu = <&CPU2>;
55 };
56 core3 {
57 cpu = <&CPU3>;
58 };
59 };
60
61 cluster1 {
62 core0 {
63 cpu = <&CPU4>;
64 };
65 core1 {
66 cpu = <&CPU5>;
67 };
68 core2 {
69 cpu = <&CPU6>;
70 };
71 core3 {
72 cpu = <&CPU7>;
73 };
74 };
75 };
76
77 idle-states {
78 entry-method = "arm,psci";
79
80 CPU_SLEEP_0: cpu-sleep-0 {
81 compatible = "arm,idle-state";
Juan Castillo3414f542015-04-16 14:17:49 +010082 local-timer-stop;
83 arm,psci-suspend-param = <0x0010000>;
Achin Gupta5ab4fe42014-08-20 17:33:09 +010084 entry-latency-us = <40>;
85 exit-latency-us = <100>;
86 min-residency-us = <150>;
87 };
88
89 CLUSTER_SLEEP_0: cluster-sleep-0 {
90 compatible = "arm,idle-state";
Juan Castillo3414f542015-04-16 14:17:49 +010091 local-timer-stop;
92 arm,psci-suspend-param = <0x1010000>;
Achin Gupta5ab4fe42014-08-20 17:33:09 +010093 entry-latency-us = <500>;
94 exit-latency-us = <1000>;
95 min-residency-us = <2500>;
96 };
97 };
98
99 CPU0:cpu@0 {
Achin Gupta4f6ad662013-10-25 09:08:21 +0100100 device_type = "cpu";
101 compatible = "arm,armv8";
102 reg = <0x0 0x0>;
103 enable-method = "psci";
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100104 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
Antonio Nino Diaz430147a2016-02-22 16:44:41 +0000105 next-level-cache = <&L2_0>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100106 };
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100107
108 CPU1:cpu@1 {
Achin Gupta4f6ad662013-10-25 09:08:21 +0100109 device_type = "cpu";
110 compatible = "arm,armv8";
111 reg = <0x0 0x1>;
112 enable-method = "psci";
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100113 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
Antonio Nino Diaz430147a2016-02-22 16:44:41 +0000114 next-level-cache = <&L2_0>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100115 };
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100116
117 CPU2:cpu@2 {
Achin Gupta4f6ad662013-10-25 09:08:21 +0100118 device_type = "cpu";
119 compatible = "arm,armv8";
120 reg = <0x0 0x2>;
121 enable-method = "psci";
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100122 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
Antonio Nino Diaz430147a2016-02-22 16:44:41 +0000123 next-level-cache = <&L2_0>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100124 };
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100125
126 CPU3:cpu@3 {
Achin Gupta4f6ad662013-10-25 09:08:21 +0100127 device_type = "cpu";
128 compatible = "arm,armv8";
129 reg = <0x0 0x3>;
130 enable-method = "psci";
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100131 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
Antonio Nino Diaz430147a2016-02-22 16:44:41 +0000132 next-level-cache = <&L2_0>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100133 };
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100134
135 CPU4:cpu@100 {
Achin Gupta4f6ad662013-10-25 09:08:21 +0100136 device_type = "cpu";
137 compatible = "arm,armv8";
138 reg = <0x0 0x100>;
139 enable-method = "psci";
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100140 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
Antonio Nino Diaz430147a2016-02-22 16:44:41 +0000141 next-level-cache = <&L2_0>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100142 };
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100143
144 CPU5:cpu@101 {
Achin Gupta4f6ad662013-10-25 09:08:21 +0100145 device_type = "cpu";
146 compatible = "arm,armv8";
147 reg = <0x0 0x101>;
148 enable-method = "psci";
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100149 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
Antonio Nino Diaz430147a2016-02-22 16:44:41 +0000150 next-level-cache = <&L2_0>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100151 };
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100152
153 CPU6:cpu@102 {
Achin Gupta4f6ad662013-10-25 09:08:21 +0100154 device_type = "cpu";
155 compatible = "arm,armv8";
156 reg = <0x0 0x102>;
157 enable-method = "psci";
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100158 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
Antonio Nino Diaz430147a2016-02-22 16:44:41 +0000159 next-level-cache = <&L2_0>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100160 };
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100161
162 CPU7:cpu@103 {
Achin Gupta4f6ad662013-10-25 09:08:21 +0100163 device_type = "cpu";
164 compatible = "arm,armv8";
165 reg = <0x0 0x103>;
166 enable-method = "psci";
Achin Gupta5ab4fe42014-08-20 17:33:09 +0100167 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
Antonio Nino Diaz430147a2016-02-22 16:44:41 +0000168 next-level-cache = <&L2_0>;
169 };
170
171 L2_0: l2-cache0 {
172 compatible = "cache";
Achin Gupta4f6ad662013-10-25 09:08:21 +0100173 };
174 };
175
176 memory@80000000 {
177 device_type = "memory";
Juan Castillo7055ca42014-05-16 15:33:15 +0100178 reg = <0x00000000 0x80000000 0 0x7F000000>,
Achin Gupta4f6ad662013-10-25 09:08:21 +0100179 <0x00000008 0x80000000 0 0x80000000>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100180 };
181
182 gic: interrupt-controller@2f000000 {
183 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
184 #interrupt-cells = <3>;
185 #address-cells = <0>;
186 interrupt-controller;
187 reg = <0x0 0x2f000000 0 0x10000>,
188 <0x0 0x2c000000 0 0x2000>,
189 <0x0 0x2c010000 0 0x2000>,
190 <0x0 0x2c02F000 0 0x2000>;
191 interrupts = <1 9 0xf04>;
192 };
193
194 timer {
195 compatible = "arm,armv8-timer";
196 interrupts = <1 13 0xff01>,
197 <1 14 0xff01>,
198 <1 11 0xff01>,
199 <1 10 0xff01>;
200 clock-frequency = <100000000>;
201 };
202
203 timer@2a810000 {
204 compatible = "arm,armv7-timer-mem";
205 reg = <0x0 0x2a810000 0x0 0x10000>;
206 clock-frequency = <100000000>;
207 #address-cells = <2>;
208 #size-cells = <2>;
209 ranges;
Harry Liebelcef93392014-04-01 19:27:38 +0100210 frame@2a830000 {
211 frame-number = <1>;
212 interrupts = <0 26 4>;
213 reg = <0x0 0x2a830000 0x0 0x10000>;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100214 };
215 };
216
217 pmu {
218 compatible = "arm,armv8-pmuv3";
219 interrupts = <0 60 4>,
220 <0 61 4>,
221 <0 62 4>,
222 <0 63 4>;
223 };
224
225 smb {
226 compatible = "simple-bus";
227
228 #address-cells = <2>;
229 #size-cells = <1>;
230 ranges = <0 0 0 0x08000000 0x04000000>,
231 <1 0 0 0x14000000 0x04000000>,
232 <2 0 0 0x18000000 0x04000000>,
233 <3 0 0 0x1c000000 0x04000000>,
234 <4 0 0 0x0c000000 0x04000000>,
235 <5 0 0 0x10000000 0x04000000>;
236
Balint Dobszay5ce2c322020-01-10 17:16:27 +0100237 #include "rtsm_ve-motherboard.dtsi"
Achin Gupta4f6ad662013-10-25 09:08:21 +0100238 };
239
240 panels {
241 panel@0 {
242 compatible = "panel";
243 mode = "XVGA";
244 refresh = <60>;
245 xres = <1024>;
246 yres = <768>;
247 pixclock = <15748>;
248 left_margin = <152>;
249 right_margin = <48>;
250 upper_margin = <23>;
251 lower_margin = <3>;
252 hsync_len = <104>;
253 vsync_len = <4>;
254 sync = <0>;
255 vmode = "FB_VMODE_NONINTERLACED";
256 tim2 = "TIM2_BCD", "TIM2_IPC";
257 cntl = "CNTL_LCDTFT", "CNTL_BGR", "CNTL_LCDVCOMP(1)";
258 caps = "CLCD_CAP_5551", "CLCD_CAP_565", "CLCD_CAP_888";
259 bpp = <16>;
260 };
261 };
262};