.. | .. |
---|
11 | 11 | compatible = "arm,armv7-timer-mem"; |
---|
12 | 12 | reg = <0x0 0x2a810000 0x0 0x10000>; |
---|
13 | 13 | clock-frequency = <50000000>; |
---|
14 | | - #address-cells = <2>; |
---|
15 | | - #size-cells = <2>; |
---|
16 | | - ranges; |
---|
| 14 | + #address-cells = <1>; |
---|
| 15 | + #size-cells = <1>; |
---|
| 16 | + ranges = <0 0x0 0x2a820000 0x20000>; |
---|
17 | 17 | status = "disabled"; |
---|
18 | 18 | frame@2a830000 { |
---|
19 | 19 | frame-number = <1>; |
---|
20 | | - interrupts = <0 60 4>; |
---|
21 | | - reg = <0x0 0x2a830000 0x0 0x10000>; |
---|
| 20 | + interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>; |
---|
| 21 | + reg = <0x10000 0x10000>; |
---|
22 | 22 | }; |
---|
23 | 23 | }; |
---|
24 | 24 | |
---|
.. | .. |
---|
32 | 32 | #mbox-cells = <1>; |
---|
33 | 33 | clocks = <&soc_refclk100mhz>; |
---|
34 | 34 | clock-names = "apb_pclk"; |
---|
| 35 | + }; |
---|
| 36 | + |
---|
| 37 | + smmu_gpu: iommu@2b400000 { |
---|
| 38 | + compatible = "arm,mmu-400", "arm,smmu-v1"; |
---|
| 39 | + reg = <0x0 0x2b400000 0x0 0x10000>; |
---|
| 40 | + interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 41 | + <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; |
---|
| 42 | + #iommu-cells = <1>; |
---|
| 43 | + #global-interrupts = <1>; |
---|
| 44 | + power-domains = <&scpi_devpd 1>; |
---|
| 45 | + dma-coherent; |
---|
| 46 | + status = "disabled"; |
---|
35 | 47 | }; |
---|
36 | 48 | |
---|
37 | 49 | smmu_pcie: iommu@2b500000 { |
---|
.. | .. |
---|
62 | 74 | <0x0 0x2c02f000 0 0x2000>, |
---|
63 | 75 | <0x0 0x2c04f000 0 0x2000>, |
---|
64 | 76 | <0x0 0x2c06f000 0 0x2000>; |
---|
65 | | - #address-cells = <2>; |
---|
| 77 | + #address-cells = <1>; |
---|
66 | 78 | #interrupt-cells = <3>; |
---|
67 | | - #size-cells = <2>; |
---|
| 79 | + #size-cells = <1>; |
---|
68 | 80 | interrupt-controller; |
---|
69 | 81 | interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_HIGH)>; |
---|
70 | | - ranges = <0 0 0 0x2c1c0000 0 0x40000>; |
---|
| 82 | + ranges = <0 0 0x2c1c0000 0x40000>; |
---|
71 | 83 | |
---|
72 | 84 | v2m_0: v2m@0 { |
---|
73 | 85 | compatible = "arm,gic-v2m-frame"; |
---|
74 | 86 | msi-controller; |
---|
75 | | - reg = <0 0 0 0x10000>; |
---|
| 87 | + reg = <0 0x10000>; |
---|
76 | 88 | }; |
---|
77 | 89 | |
---|
78 | 90 | v2m@10000 { |
---|
79 | 91 | compatible = "arm,gic-v2m-frame"; |
---|
80 | 92 | msi-controller; |
---|
81 | | - reg = <0 0x10000 0 0x10000>; |
---|
| 93 | + reg = <0x10000 0x10000>; |
---|
82 | 94 | }; |
---|
83 | 95 | |
---|
84 | 96 | v2m@20000 { |
---|
85 | 97 | compatible = "arm,gic-v2m-frame"; |
---|
86 | 98 | msi-controller; |
---|
87 | | - reg = <0 0x20000 0 0x10000>; |
---|
| 99 | + reg = <0x20000 0x10000>; |
---|
88 | 100 | }; |
---|
89 | 101 | |
---|
90 | 102 | v2m@30000 { |
---|
91 | 103 | compatible = "arm,gic-v2m-frame"; |
---|
92 | 104 | msi-controller; |
---|
93 | | - reg = <0 0x30000 0 0x10000>; |
---|
| 105 | + reg = <0x30000 0x10000>; |
---|
94 | 106 | }; |
---|
95 | 107 | }; |
---|
96 | 108 | |
---|
.. | .. |
---|
114 | 126 | clocks = <&soc_smc50mhz>; |
---|
115 | 127 | clock-names = "apb_pclk"; |
---|
116 | 128 | power-domains = <&scpi_devpd 0>; |
---|
117 | | - ports { |
---|
118 | | - #address-cells = <1>; |
---|
119 | | - #size-cells = <0>; |
---|
120 | 129 | |
---|
121 | | - /* input port */ |
---|
122 | | - port@0 { |
---|
123 | | - reg = <0>; |
---|
| 130 | + in-ports { |
---|
| 131 | + port { |
---|
124 | 132 | etf0_in_port: endpoint { |
---|
125 | | - slave-mode; |
---|
126 | 133 | remote-endpoint = <&main_funnel_out_port>; |
---|
127 | 134 | }; |
---|
128 | 135 | }; |
---|
| 136 | + }; |
---|
129 | 137 | |
---|
130 | | - /* output port */ |
---|
131 | | - port@1 { |
---|
132 | | - reg = <0>; |
---|
| 138 | + out-ports { |
---|
| 139 | + port { |
---|
133 | 140 | etf0_out_port: endpoint { |
---|
134 | 141 | }; |
---|
135 | 142 | }; |
---|
.. | .. |
---|
143 | 150 | clocks = <&soc_smc50mhz>; |
---|
144 | 151 | clock-names = "apb_pclk"; |
---|
145 | 152 | power-domains = <&scpi_devpd 0>; |
---|
146 | | - port { |
---|
147 | | - tpiu_in_port: endpoint { |
---|
148 | | - slave-mode; |
---|
149 | | - remote-endpoint = <&replicator_out_port0>; |
---|
| 153 | + in-ports { |
---|
| 154 | + port { |
---|
| 155 | + tpiu_in_port: endpoint { |
---|
| 156 | + remote-endpoint = <&replicator_out_port0>; |
---|
| 157 | + }; |
---|
150 | 158 | }; |
---|
151 | 159 | }; |
---|
152 | 160 | }; |
---|
153 | 161 | |
---|
154 | 162 | /* main funnel on Juno r0, cssys0 funnel on Juno r1/r2 as per TRM*/ |
---|
155 | 163 | main_funnel: funnel@20040000 { |
---|
156 | | - compatible = "arm,coresight-funnel", "arm,primecell"; |
---|
| 164 | + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; |
---|
157 | 165 | reg = <0 0x20040000 0 0x1000>; |
---|
158 | 166 | |
---|
159 | 167 | clocks = <&soc_smc50mhz>; |
---|
160 | 168 | clock-names = "apb_pclk"; |
---|
161 | 169 | power-domains = <&scpi_devpd 0>; |
---|
162 | | - ports { |
---|
163 | | - #address-cells = <1>; |
---|
164 | | - #size-cells = <0>; |
---|
165 | 170 | |
---|
166 | | - /* output port */ |
---|
167 | | - port@0 { |
---|
168 | | - reg = <0>; |
---|
| 171 | + out-ports { |
---|
| 172 | + port { |
---|
169 | 173 | main_funnel_out_port: endpoint { |
---|
170 | 174 | remote-endpoint = <&etf0_in_port>; |
---|
171 | 175 | }; |
---|
172 | 176 | }; |
---|
| 177 | + }; |
---|
173 | 178 | |
---|
174 | | - /* input ports */ |
---|
175 | | - port@1 { |
---|
| 179 | + main_funnel_in_ports: in-ports { |
---|
| 180 | + #address-cells = <1>; |
---|
| 181 | + #size-cells = <0>; |
---|
| 182 | + |
---|
| 183 | + port@0 { |
---|
176 | 184 | reg = <0>; |
---|
177 | 185 | main_funnel_in_port0: endpoint { |
---|
178 | | - slave-mode; |
---|
179 | 186 | remote-endpoint = <&cluster0_funnel_out_port>; |
---|
180 | 187 | }; |
---|
181 | 188 | }; |
---|
182 | 189 | |
---|
183 | | - port@2 { |
---|
| 190 | + port@1 { |
---|
184 | 191 | reg = <1>; |
---|
185 | 192 | main_funnel_in_port1: endpoint { |
---|
186 | | - slave-mode; |
---|
187 | 193 | remote-endpoint = <&cluster1_funnel_out_port>; |
---|
188 | 194 | }; |
---|
189 | 195 | }; |
---|
.. | .. |
---|
198 | 204 | clocks = <&soc_smc50mhz>; |
---|
199 | 205 | clock-names = "apb_pclk"; |
---|
200 | 206 | power-domains = <&scpi_devpd 0>; |
---|
201 | | - port { |
---|
202 | | - etr_in_port: endpoint { |
---|
203 | | - slave-mode; |
---|
204 | | - remote-endpoint = <&replicator_out_port1>; |
---|
| 207 | + arm,scatter-gather; |
---|
| 208 | + in-ports { |
---|
| 209 | + port { |
---|
| 210 | + etr_in_port: endpoint { |
---|
| 211 | + remote-endpoint = <&replicator_out_port1>; |
---|
| 212 | + }; |
---|
205 | 213 | }; |
---|
206 | 214 | }; |
---|
207 | 215 | }; |
---|
.. | .. |
---|
215 | 223 | clocks = <&soc_smc50mhz>; |
---|
216 | 224 | clock-names = "apb_pclk"; |
---|
217 | 225 | power-domains = <&scpi_devpd 0>; |
---|
218 | | - port { |
---|
219 | | - stm_out_port: endpoint { |
---|
| 226 | + out-ports { |
---|
| 227 | + port { |
---|
| 228 | + stm_out_port: endpoint { |
---|
| 229 | + }; |
---|
| 230 | + }; |
---|
| 231 | + }; |
---|
| 232 | + }; |
---|
| 233 | + |
---|
| 234 | + replicator@20120000 { |
---|
| 235 | + compatible = "arm,coresight-dynamic-replicator", "arm,primecell"; |
---|
| 236 | + reg = <0 0x20120000 0 0x1000>; |
---|
| 237 | + |
---|
| 238 | + clocks = <&soc_smc50mhz>; |
---|
| 239 | + clock-names = "apb_pclk"; |
---|
| 240 | + power-domains = <&scpi_devpd 0>; |
---|
| 241 | + |
---|
| 242 | + out-ports { |
---|
| 243 | + #address-cells = <1>; |
---|
| 244 | + #size-cells = <0>; |
---|
| 245 | + |
---|
| 246 | + /* replicator output ports */ |
---|
| 247 | + port@0 { |
---|
| 248 | + reg = <0>; |
---|
| 249 | + replicator_out_port0: endpoint { |
---|
| 250 | + remote-endpoint = <&tpiu_in_port>; |
---|
| 251 | + }; |
---|
| 252 | + }; |
---|
| 253 | + |
---|
| 254 | + port@1 { |
---|
| 255 | + reg = <1>; |
---|
| 256 | + replicator_out_port1: endpoint { |
---|
| 257 | + remote-endpoint = <&etr_in_port>; |
---|
| 258 | + }; |
---|
| 259 | + }; |
---|
| 260 | + }; |
---|
| 261 | + in-ports { |
---|
| 262 | + port { |
---|
| 263 | + replicator_in_port0: endpoint { |
---|
| 264 | + }; |
---|
220 | 265 | }; |
---|
221 | 266 | }; |
---|
222 | 267 | }; |
---|
.. | .. |
---|
237 | 282 | clocks = <&soc_smc50mhz>; |
---|
238 | 283 | clock-names = "apb_pclk"; |
---|
239 | 284 | power-domains = <&scpi_devpd 0>; |
---|
240 | | - port { |
---|
241 | | - cluster0_etm0_out_port: endpoint { |
---|
242 | | - remote-endpoint = <&cluster0_funnel_in_port0>; |
---|
| 285 | + out-ports { |
---|
| 286 | + port { |
---|
| 287 | + cluster0_etm0_out_port: endpoint { |
---|
| 288 | + remote-endpoint = <&cluster0_funnel_in_port0>; |
---|
| 289 | + }; |
---|
243 | 290 | }; |
---|
244 | 291 | }; |
---|
245 | 292 | }; |
---|
246 | 293 | |
---|
247 | 294 | funnel@220c0000 { /* cluster0 funnel */ |
---|
248 | | - compatible = "arm,coresight-funnel", "arm,primecell"; |
---|
| 295 | + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; |
---|
249 | 296 | reg = <0 0x220c0000 0 0x1000>; |
---|
250 | 297 | |
---|
251 | 298 | clocks = <&soc_smc50mhz>; |
---|
252 | 299 | clock-names = "apb_pclk"; |
---|
253 | 300 | power-domains = <&scpi_devpd 0>; |
---|
254 | | - ports { |
---|
| 301 | + out-ports { |
---|
| 302 | + port { |
---|
| 303 | + cluster0_funnel_out_port: endpoint { |
---|
| 304 | + remote-endpoint = <&main_funnel_in_port0>; |
---|
| 305 | + }; |
---|
| 306 | + }; |
---|
| 307 | + }; |
---|
| 308 | + |
---|
| 309 | + in-ports { |
---|
255 | 310 | #address-cells = <1>; |
---|
256 | 311 | #size-cells = <0>; |
---|
257 | 312 | |
---|
258 | 313 | port@0 { |
---|
259 | 314 | reg = <0>; |
---|
260 | | - cluster0_funnel_out_port: endpoint { |
---|
261 | | - remote-endpoint = <&main_funnel_in_port0>; |
---|
262 | | - }; |
---|
263 | | - }; |
---|
264 | | - |
---|
265 | | - port@1 { |
---|
266 | | - reg = <0>; |
---|
267 | 315 | cluster0_funnel_in_port0: endpoint { |
---|
268 | | - slave-mode; |
---|
269 | 316 | remote-endpoint = <&cluster0_etm0_out_port>; |
---|
270 | 317 | }; |
---|
271 | 318 | }; |
---|
272 | 319 | |
---|
273 | | - port@2 { |
---|
| 320 | + port@1 { |
---|
274 | 321 | reg = <1>; |
---|
275 | 322 | cluster0_funnel_in_port1: endpoint { |
---|
276 | | - slave-mode; |
---|
277 | 323 | remote-endpoint = <&cluster0_etm1_out_port>; |
---|
278 | 324 | }; |
---|
279 | 325 | }; |
---|
.. | .. |
---|
296 | 342 | clocks = <&soc_smc50mhz>; |
---|
297 | 343 | clock-names = "apb_pclk"; |
---|
298 | 344 | power-domains = <&scpi_devpd 0>; |
---|
299 | | - port { |
---|
300 | | - cluster0_etm1_out_port: endpoint { |
---|
301 | | - remote-endpoint = <&cluster0_funnel_in_port1>; |
---|
| 345 | + out-ports { |
---|
| 346 | + port { |
---|
| 347 | + cluster0_etm1_out_port: endpoint { |
---|
| 348 | + remote-endpoint = <&cluster0_funnel_in_port1>; |
---|
| 349 | + }; |
---|
302 | 350 | }; |
---|
303 | 351 | }; |
---|
304 | 352 | }; |
---|
.. | .. |
---|
319 | 367 | clocks = <&soc_smc50mhz>; |
---|
320 | 368 | clock-names = "apb_pclk"; |
---|
321 | 369 | power-domains = <&scpi_devpd 0>; |
---|
322 | | - port { |
---|
323 | | - cluster1_etm0_out_port: endpoint { |
---|
324 | | - remote-endpoint = <&cluster1_funnel_in_port0>; |
---|
| 370 | + out-ports { |
---|
| 371 | + port { |
---|
| 372 | + cluster1_etm0_out_port: endpoint { |
---|
| 373 | + remote-endpoint = <&cluster1_funnel_in_port0>; |
---|
| 374 | + }; |
---|
325 | 375 | }; |
---|
326 | 376 | }; |
---|
327 | 377 | }; |
---|
328 | 378 | |
---|
329 | 379 | funnel@230c0000 { /* cluster1 funnel */ |
---|
330 | | - compatible = "arm,coresight-funnel", "arm,primecell"; |
---|
| 380 | + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; |
---|
331 | 381 | reg = <0 0x230c0000 0 0x1000>; |
---|
332 | 382 | |
---|
333 | 383 | clocks = <&soc_smc50mhz>; |
---|
334 | 384 | clock-names = "apb_pclk"; |
---|
335 | 385 | power-domains = <&scpi_devpd 0>; |
---|
336 | | - ports { |
---|
| 386 | + out-ports { |
---|
| 387 | + port { |
---|
| 388 | + cluster1_funnel_out_port: endpoint { |
---|
| 389 | + remote-endpoint = <&main_funnel_in_port1>; |
---|
| 390 | + }; |
---|
| 391 | + }; |
---|
| 392 | + }; |
---|
| 393 | + |
---|
| 394 | + in-ports { |
---|
337 | 395 | #address-cells = <1>; |
---|
338 | 396 | #size-cells = <0>; |
---|
339 | 397 | |
---|
340 | 398 | port@0 { |
---|
341 | 399 | reg = <0>; |
---|
342 | | - cluster1_funnel_out_port: endpoint { |
---|
343 | | - remote-endpoint = <&main_funnel_in_port1>; |
---|
344 | | - }; |
---|
345 | | - }; |
---|
346 | | - |
---|
347 | | - port@1 { |
---|
348 | | - reg = <0>; |
---|
349 | 400 | cluster1_funnel_in_port0: endpoint { |
---|
350 | | - slave-mode; |
---|
351 | 401 | remote-endpoint = <&cluster1_etm0_out_port>; |
---|
352 | 402 | }; |
---|
353 | 403 | }; |
---|
354 | 404 | |
---|
355 | | - port@2 { |
---|
| 405 | + port@1 { |
---|
356 | 406 | reg = <1>; |
---|
357 | 407 | cluster1_funnel_in_port1: endpoint { |
---|
358 | | - slave-mode; |
---|
359 | 408 | remote-endpoint = <&cluster1_etm1_out_port>; |
---|
360 | 409 | }; |
---|
361 | 410 | }; |
---|
362 | | - port@3 { |
---|
| 411 | + port@2 { |
---|
363 | 412 | reg = <2>; |
---|
364 | 413 | cluster1_funnel_in_port2: endpoint { |
---|
365 | | - slave-mode; |
---|
366 | 414 | remote-endpoint = <&cluster1_etm2_out_port>; |
---|
367 | 415 | }; |
---|
368 | 416 | }; |
---|
369 | | - port@4 { |
---|
| 417 | + port@3 { |
---|
370 | 418 | reg = <3>; |
---|
371 | 419 | cluster1_funnel_in_port3: endpoint { |
---|
372 | | - slave-mode; |
---|
373 | 420 | remote-endpoint = <&cluster1_etm3_out_port>; |
---|
374 | 421 | }; |
---|
375 | 422 | }; |
---|
.. | .. |
---|
392 | 439 | clocks = <&soc_smc50mhz>; |
---|
393 | 440 | clock-names = "apb_pclk"; |
---|
394 | 441 | power-domains = <&scpi_devpd 0>; |
---|
395 | | - port { |
---|
396 | | - cluster1_etm1_out_port: endpoint { |
---|
397 | | - remote-endpoint = <&cluster1_funnel_in_port1>; |
---|
| 442 | + out-ports { |
---|
| 443 | + port { |
---|
| 444 | + cluster1_etm1_out_port: endpoint { |
---|
| 445 | + remote-endpoint = <&cluster1_funnel_in_port1>; |
---|
| 446 | + }; |
---|
398 | 447 | }; |
---|
399 | 448 | }; |
---|
400 | 449 | }; |
---|
.. | .. |
---|
415 | 464 | clocks = <&soc_smc50mhz>; |
---|
416 | 465 | clock-names = "apb_pclk"; |
---|
417 | 466 | power-domains = <&scpi_devpd 0>; |
---|
418 | | - port { |
---|
419 | | - cluster1_etm2_out_port: endpoint { |
---|
420 | | - remote-endpoint = <&cluster1_funnel_in_port2>; |
---|
| 467 | + out-ports { |
---|
| 468 | + port { |
---|
| 469 | + cluster1_etm2_out_port: endpoint { |
---|
| 470 | + remote-endpoint = <&cluster1_funnel_in_port2>; |
---|
| 471 | + }; |
---|
421 | 472 | }; |
---|
422 | 473 | }; |
---|
423 | 474 | }; |
---|
.. | .. |
---|
438 | 489 | clocks = <&soc_smc50mhz>; |
---|
439 | 490 | clock-names = "apb_pclk"; |
---|
440 | 491 | power-domains = <&scpi_devpd 0>; |
---|
441 | | - port { |
---|
442 | | - cluster1_etm3_out_port: endpoint { |
---|
443 | | - remote-endpoint = <&cluster1_funnel_in_port3>; |
---|
| 492 | + out-ports { |
---|
| 493 | + port { |
---|
| 494 | + cluster1_etm3_out_port: endpoint { |
---|
| 495 | + remote-endpoint = <&cluster1_funnel_in_port3>; |
---|
| 496 | + }; |
---|
444 | 497 | }; |
---|
445 | 498 | }; |
---|
446 | 499 | }; |
---|
447 | 500 | |
---|
448 | | - replicator@20120000 { |
---|
449 | | - compatible = "arm,coresight-dynamic-replicator", "arm,primecell"; |
---|
450 | | - reg = <0 0x20120000 0 0x1000>; |
---|
451 | | - |
---|
452 | | - clocks = <&soc_smc50mhz>; |
---|
453 | | - clock-names = "apb_pclk"; |
---|
454 | | - power-domains = <&scpi_devpd 0>; |
---|
455 | | - |
---|
456 | | - ports { |
---|
457 | | - #address-cells = <1>; |
---|
458 | | - #size-cells = <0>; |
---|
459 | | - |
---|
460 | | - /* replicator output ports */ |
---|
461 | | - port@0 { |
---|
462 | | - reg = <0>; |
---|
463 | | - replicator_out_port0: endpoint { |
---|
464 | | - remote-endpoint = <&tpiu_in_port>; |
---|
465 | | - }; |
---|
466 | | - }; |
---|
467 | | - |
---|
468 | | - port@1 { |
---|
469 | | - reg = <1>; |
---|
470 | | - replicator_out_port1: endpoint { |
---|
471 | | - remote-endpoint = <&etr_in_port>; |
---|
472 | | - }; |
---|
473 | | - }; |
---|
474 | | - |
---|
475 | | - /* replicator input port */ |
---|
476 | | - port@2 { |
---|
477 | | - reg = <0>; |
---|
478 | | - replicator_in_port0: endpoint { |
---|
479 | | - slave-mode; |
---|
480 | | - }; |
---|
481 | | - }; |
---|
482 | | - }; |
---|
| 501 | + gpu: gpu@2d000000 { |
---|
| 502 | + compatible = "arm,juno-mali", "arm,mali-t624"; |
---|
| 503 | + reg = <0 0x2d000000 0 0x10000>; |
---|
| 504 | + interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 505 | + <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 506 | + <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; |
---|
| 507 | + interrupt-names = "job", "mmu", "gpu"; |
---|
| 508 | + clocks = <&scpi_dvfs 2>; |
---|
| 509 | + power-domains = <&scpi_devpd 1>; |
---|
| 510 | + dma-coherent; |
---|
| 511 | + /* The SMMU is only really of interest to bare-metal hypervisors */ |
---|
| 512 | + /* iommus = <&smmu_gpu 0>; */ |
---|
| 513 | + status = "disabled"; |
---|
483 | 514 | }; |
---|
484 | 515 | |
---|
485 | 516 | sram: sram@2e000000 { |
---|
.. | .. |
---|
490 | 521 | #size-cells = <1>; |
---|
491 | 522 | ranges = <0 0x0 0x2e000000 0x8000>; |
---|
492 | 523 | |
---|
493 | | - cpu_scp_lpri: scp-shmem@0 { |
---|
| 524 | + cpu_scp_lpri: scp-sram@0 { |
---|
494 | 525 | compatible = "arm,juno-scp-shmem"; |
---|
495 | 526 | reg = <0x0 0x200>; |
---|
496 | 527 | }; |
---|
497 | 528 | |
---|
498 | | - cpu_scp_hpri: scp-shmem@200 { |
---|
| 529 | + cpu_scp_hpri: scp-sram@200 { |
---|
499 | 530 | compatible = "arm,juno-scp-shmem"; |
---|
500 | 531 | reg = <0x200 0x200>; |
---|
501 | 532 | }; |
---|
.. | .. |
---|
515 | 546 | <0x42000000 0x40 0x00000000 0x40 0x00000000 0x1 0x00000000>; |
---|
516 | 547 | #interrupt-cells = <1>; |
---|
517 | 548 | interrupt-map-mask = <0 0 0 7>; |
---|
518 | | - interrupt-map = <0 0 0 1 &gic 0 0 0 136 4>, |
---|
519 | | - <0 0 0 2 &gic 0 0 0 137 4>, |
---|
520 | | - <0 0 0 3 &gic 0 0 0 138 4>, |
---|
521 | | - <0 0 0 4 &gic 0 0 0 139 4>; |
---|
| 549 | + interrupt-map = <0 0 0 1 &gic 0 GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 550 | + <0 0 0 2 &gic 0 GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 551 | + <0 0 0 3 &gic 0 GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 552 | + <0 0 0 4 &gic 0 GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>; |
---|
522 | 553 | msi-parent = <&v2m_0>; |
---|
523 | 554 | status = "disabled"; |
---|
524 | 555 | iommu-map-mask = <0x0>; /* RC has no means to output PCI RID */ |
---|
.. | .. |
---|
564 | 595 | polling-delay = <1000>; |
---|
565 | 596 | polling-delay-passive = <100>; |
---|
566 | 597 | thermal-sensors = <&scpi_sensors0 0>; |
---|
| 598 | + trips { |
---|
| 599 | + pmic_crit0: trip0 { |
---|
| 600 | + temperature = <90000>; |
---|
| 601 | + hysteresis = <2000>; |
---|
| 602 | + type = "critical"; |
---|
| 603 | + }; |
---|
| 604 | + }; |
---|
567 | 605 | }; |
---|
568 | 606 | |
---|
569 | 607 | soc { |
---|
570 | 608 | polling-delay = <1000>; |
---|
571 | 609 | polling-delay-passive = <100>; |
---|
572 | 610 | thermal-sensors = <&scpi_sensors0 3>; |
---|
| 611 | + trips { |
---|
| 612 | + soc_crit0: trip0 { |
---|
| 613 | + temperature = <80000>; |
---|
| 614 | + hysteresis = <2000>; |
---|
| 615 | + type = "critical"; |
---|
| 616 | + }; |
---|
| 617 | + }; |
---|
573 | 618 | }; |
---|
574 | 619 | |
---|
575 | 620 | big_cluster_thermal_zone: big-cluster { |
---|
.. | .. |
---|
698 | 743 | }; |
---|
699 | 744 | }; |
---|
700 | 745 | |
---|
701 | | - soc_uart0: uart@7ff80000 { |
---|
| 746 | + soc_uart0: serial@7ff80000 { |
---|
702 | 747 | compatible = "arm,pl011", "arm,primecell"; |
---|
703 | 748 | reg = <0x0 0x7ff80000 0x0 0x1000>; |
---|
704 | 749 | interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; |
---|
.. | .. |
---|
737 | 782 | }; |
---|
738 | 783 | }; |
---|
739 | 784 | |
---|
740 | | - ohci@7ffb0000 { |
---|
| 785 | + usb@7ffb0000 { |
---|
741 | 786 | compatible = "generic-ohci"; |
---|
742 | 787 | reg = <0x0 0x7ffb0000 0x0 0x10000>; |
---|
743 | 788 | interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; |
---|
.. | .. |
---|
745 | 790 | clocks = <&soc_usb48mhz>; |
---|
746 | 791 | }; |
---|
747 | 792 | |
---|
748 | | - ehci@7ffc0000 { |
---|
| 793 | + usb@7ffc0000 { |
---|
749 | 794 | compatible = "generic-ehci"; |
---|
750 | 795 | reg = <0x0 0x7ffc0000 0x0 0x10000>; |
---|
751 | 796 | interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; |
---|
.. | .. |
---|
769 | 814 | <0x00000008 0x80000000 0x1 0x80000000>; |
---|
770 | 815 | }; |
---|
771 | 816 | |
---|
772 | | - smb@8000000 { |
---|
| 817 | + bus@8000000 { |
---|
773 | 818 | compatible = "simple-bus"; |
---|
774 | 819 | #address-cells = <2>; |
---|
775 | 820 | #size-cells = <1>; |
---|
.. | .. |
---|
782 | 827 | |
---|
783 | 828 | #interrupt-cells = <1>; |
---|
784 | 829 | interrupt-map-mask = <0 0 15>; |
---|
785 | | - interrupt-map = <0 0 0 &gic 0 0 0 68 IRQ_TYPE_LEVEL_HIGH>, |
---|
786 | | - <0 0 1 &gic 0 0 0 69 IRQ_TYPE_LEVEL_HIGH>, |
---|
787 | | - <0 0 2 &gic 0 0 0 70 IRQ_TYPE_LEVEL_HIGH>, |
---|
788 | | - <0 0 3 &gic 0 0 0 160 IRQ_TYPE_LEVEL_HIGH>, |
---|
789 | | - <0 0 4 &gic 0 0 0 161 IRQ_TYPE_LEVEL_HIGH>, |
---|
790 | | - <0 0 5 &gic 0 0 0 162 IRQ_TYPE_LEVEL_HIGH>, |
---|
791 | | - <0 0 6 &gic 0 0 0 163 IRQ_TYPE_LEVEL_HIGH>, |
---|
792 | | - <0 0 7 &gic 0 0 0 164 IRQ_TYPE_LEVEL_HIGH>, |
---|
793 | | - <0 0 8 &gic 0 0 0 165 IRQ_TYPE_LEVEL_HIGH>, |
---|
794 | | - <0 0 9 &gic 0 0 0 166 IRQ_TYPE_LEVEL_HIGH>, |
---|
795 | | - <0 0 10 &gic 0 0 0 167 IRQ_TYPE_LEVEL_HIGH>, |
---|
796 | | - <0 0 11 &gic 0 0 0 168 IRQ_TYPE_LEVEL_HIGH>, |
---|
797 | | - <0 0 12 &gic 0 0 0 169 IRQ_TYPE_LEVEL_HIGH>; |
---|
| 830 | + interrupt-map = <0 0 0 &gic 0 GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 831 | + <0 0 1 &gic 0 GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 832 | + <0 0 2 &gic 0 GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 833 | + <0 0 3 &gic 0 GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 834 | + <0 0 4 &gic 0 GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 835 | + <0 0 5 &gic 0 GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 836 | + <0 0 6 &gic 0 GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 837 | + <0 0 7 &gic 0 GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 838 | + <0 0 8 &gic 0 GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 839 | + <0 0 9 &gic 0 GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 840 | + <0 0 10 &gic 0 GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 841 | + <0 0 11 &gic 0 GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 842 | + <0 0 12 &gic 0 GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>; |
---|
798 | 843 | }; |
---|
799 | 844 | |
---|
800 | | - site2: tlx@60000000 { |
---|
| 845 | + site2: tlx-bus@60000000 { |
---|
801 | 846 | compatible = "simple-bus"; |
---|
802 | 847 | #address-cells = <1>; |
---|
803 | 848 | #size-cells = <1>; |
---|
804 | 849 | ranges = <0 0 0x60000000 0x10000000>; |
---|
805 | 850 | #interrupt-cells = <1>; |
---|
806 | 851 | interrupt-map-mask = <0 0>; |
---|
807 | | - interrupt-map = <0 0 &gic 0 0 0 168 IRQ_TYPE_LEVEL_HIGH>; |
---|
| 852 | + interrupt-map = <0 0 &gic 0 GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>; |
---|
808 | 853 | }; |
---|
809 | 854 | }; |
---|