.. | .. |
---|
50 | 50 | |
---|
51 | 51 | CPU0: cpu@530000 { |
---|
52 | 52 | device_type = "cpu"; |
---|
53 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 53 | + compatible = "arm,cortex-a53"; |
---|
54 | 54 | reg = <0x0 0x530000>; |
---|
55 | 55 | enable-method = "psci"; |
---|
56 | 56 | cpu-idle-states = <&CORE_PD &CLUSTER_PD>; |
---|
.. | .. |
---|
58 | 58 | |
---|
59 | 59 | CPU1: cpu@530001 { |
---|
60 | 60 | device_type = "cpu"; |
---|
61 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 61 | + compatible = "arm,cortex-a53"; |
---|
62 | 62 | reg = <0x0 0x530001>; |
---|
63 | 63 | enable-method = "psci"; |
---|
64 | 64 | cpu-idle-states = <&CORE_PD &CLUSTER_PD>; |
---|
.. | .. |
---|
66 | 66 | |
---|
67 | 67 | CPU2: cpu@530002 { |
---|
68 | 68 | device_type = "cpu"; |
---|
69 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 69 | + compatible = "arm,cortex-a53"; |
---|
70 | 70 | reg = <0x0 0x530002>; |
---|
71 | 71 | enable-method = "psci"; |
---|
72 | 72 | cpu-idle-states = <&CORE_PD &CLUSTER_PD>; |
---|
.. | .. |
---|
74 | 74 | |
---|
75 | 75 | CPU3: cpu@530003 { |
---|
76 | 76 | device_type = "cpu"; |
---|
77 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 77 | + compatible = "arm,cortex-a53"; |
---|
78 | 78 | reg = <0x0 0x530003>; |
---|
79 | 79 | enable-method = "psci"; |
---|
80 | 80 | cpu-idle-states = <&CORE_PD &CLUSTER_PD>; |
---|
.. | .. |
---|
82 | 82 | |
---|
83 | 83 | CPU4: cpu@530100 { |
---|
84 | 84 | device_type = "cpu"; |
---|
85 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 85 | + compatible = "arm,cortex-a53"; |
---|
86 | 86 | reg = <0x0 0x530100>; |
---|
87 | 87 | enable-method = "psci"; |
---|
88 | 88 | cpu-idle-states = <&CORE_PD &CLUSTER_PD>; |
---|
.. | .. |
---|
90 | 90 | |
---|
91 | 91 | CPU5: cpu@530101 { |
---|
92 | 92 | device_type = "cpu"; |
---|
93 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 93 | + compatible = "arm,cortex-a53"; |
---|
94 | 94 | reg = <0x0 0x530101>; |
---|
95 | 95 | enable-method = "psci"; |
---|
96 | 96 | cpu-idle-states = <&CORE_PD &CLUSTER_PD>; |
---|
.. | .. |
---|
98 | 98 | |
---|
99 | 99 | CPU6: cpu@530102 { |
---|
100 | 100 | device_type = "cpu"; |
---|
101 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 101 | + compatible = "arm,cortex-a53"; |
---|
102 | 102 | reg = <0x0 0x530102>; |
---|
103 | 103 | enable-method = "psci"; |
---|
104 | 104 | cpu-idle-states = <&CORE_PD &CLUSTER_PD>; |
---|
.. | .. |
---|
106 | 106 | |
---|
107 | 107 | CPU7: cpu@530103 { |
---|
108 | 108 | device_type = "cpu"; |
---|
109 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 109 | + compatible = "arm,cortex-a53"; |
---|
110 | 110 | reg = <0x0 0x530103>; |
---|
111 | 111 | enable-method = "psci"; |
---|
112 | 112 | cpu-idle-states = <&CORE_PD &CLUSTER_PD>; |
---|
.. | .. |
---|
300 | 300 | }; |
---|
301 | 301 | |
---|
302 | 302 | funnel@10001000 { /* SoC Funnel */ |
---|
303 | | - compatible = "arm,coresight-funnel", "arm,primecell"; |
---|
| 303 | + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; |
---|
304 | 304 | reg = <0 0x10001000 0 0x1000>; |
---|
305 | 305 | clocks = <&ext_26m>; |
---|
306 | 306 | clock-names = "apb_pclk"; |
---|
307 | | - ports { |
---|
| 307 | + out-ports { |
---|
| 308 | + port { |
---|
| 309 | + soc_funnel_out_port: endpoint { |
---|
| 310 | + remote-endpoint = <&etb_in>; |
---|
| 311 | + }; |
---|
| 312 | + }; |
---|
| 313 | + }; |
---|
| 314 | + |
---|
| 315 | + in-ports { |
---|
308 | 316 | #address-cells = <1>; |
---|
309 | 317 | #size-cells = <0>; |
---|
310 | 318 | |
---|
311 | 319 | port@0 { |
---|
312 | 320 | reg = <0>; |
---|
313 | | - soc_funnel_out_port: endpoint { |
---|
314 | | - remote-endpoint = <&etb_in>; |
---|
315 | | - }; |
---|
316 | | - }; |
---|
317 | | - |
---|
318 | | - port@1 { |
---|
319 | | - reg = <0>; |
---|
320 | 321 | soc_funnel_in_port0: endpoint { |
---|
321 | | - slave-mode; |
---|
322 | 322 | remote-endpoint = |
---|
323 | 323 | <&main_funnel_out_port>; |
---|
324 | 324 | }; |
---|
325 | 325 | }; |
---|
326 | 326 | |
---|
327 | | - port@2 { |
---|
| 327 | + port@4 { |
---|
328 | 328 | reg = <4>; |
---|
329 | 329 | soc_funnel_in_port1: endpoint { |
---|
330 | | - slave-mode; |
---|
331 | 330 | remote-endpoint = |
---|
332 | 331 | <&stm_out_port>; |
---|
333 | 332 | }; |
---|
.. | .. |
---|
340 | 339 | reg = <0 0x10003000 0 0x1000>; |
---|
341 | 340 | clocks = <&ext_26m>; |
---|
342 | 341 | clock-names = "apb_pclk"; |
---|
343 | | - port { |
---|
344 | | - etb_in: endpoint { |
---|
345 | | - slave-mode; |
---|
346 | | - remote-endpoint = |
---|
347 | | - <&soc_funnel_out_port>; |
---|
| 342 | + out-ports { |
---|
| 343 | + port { |
---|
| 344 | + etb_in: endpoint { |
---|
| 345 | + remote-endpoint = |
---|
| 346 | + <&soc_funnel_out_port>; |
---|
| 347 | + }; |
---|
348 | 348 | }; |
---|
349 | 349 | }; |
---|
350 | 350 | }; |
---|
.. | .. |
---|
356 | 356 | reg-names = "stm-base", "stm-stimulus-base"; |
---|
357 | 357 | clocks = <&ext_26m>; |
---|
358 | 358 | clock-names = "apb_pclk"; |
---|
359 | | - port { |
---|
360 | | - stm_out_port: endpoint { |
---|
361 | | - remote-endpoint = |
---|
362 | | - <&soc_funnel_in_port1>; |
---|
| 359 | + out-ports { |
---|
| 360 | + port { |
---|
| 361 | + stm_out_port: endpoint { |
---|
| 362 | + remote-endpoint = |
---|
| 363 | + <&soc_funnel_in_port1>; |
---|
| 364 | + }; |
---|
363 | 365 | }; |
---|
364 | 366 | }; |
---|
365 | 367 | }; |
---|
366 | 368 | |
---|
367 | 369 | funnel@11001000 { /* Cluster0 Funnel */ |
---|
368 | | - compatible = "arm,coresight-funnel", "arm,primecell"; |
---|
| 370 | + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; |
---|
369 | 371 | reg = <0 0x11001000 0 0x1000>; |
---|
370 | 372 | clocks = <&ext_26m>; |
---|
371 | 373 | clock-names = "apb_pclk"; |
---|
372 | | - ports { |
---|
373 | | - #address-cells = <1>; |
---|
374 | | - #size-cells = <0>; |
---|
375 | | - |
---|
376 | | - port@0 { |
---|
377 | | - reg = <0>; |
---|
| 374 | + out-ports { |
---|
| 375 | + port { |
---|
378 | 376 | cluster0_funnel_out_port: endpoint { |
---|
379 | 377 | remote-endpoint = |
---|
380 | 378 | <&cluster0_etf_in>; |
---|
381 | 379 | }; |
---|
382 | 380 | }; |
---|
| 381 | + }; |
---|
383 | 382 | |
---|
384 | | - port@1 { |
---|
| 383 | + in-ports { |
---|
| 384 | + #address-cells = <1>; |
---|
| 385 | + #size-cells = <0>; |
---|
| 386 | + |
---|
| 387 | + port@0 { |
---|
385 | 388 | reg = <0>; |
---|
386 | 389 | cluster0_funnel_in_port0: endpoint { |
---|
387 | | - slave-mode; |
---|
388 | 390 | remote-endpoint = <&etm0_out>; |
---|
389 | 391 | }; |
---|
390 | 392 | }; |
---|
391 | 393 | |
---|
392 | | - port@2 { |
---|
| 394 | + port@1 { |
---|
393 | 395 | reg = <1>; |
---|
394 | 396 | cluster0_funnel_in_port1: endpoint { |
---|
395 | | - slave-mode; |
---|
396 | 397 | remote-endpoint = <&etm1_out>; |
---|
397 | 398 | }; |
---|
398 | 399 | }; |
---|
399 | 400 | |
---|
400 | | - port@3 { |
---|
| 401 | + port@2 { |
---|
401 | 402 | reg = <2>; |
---|
402 | 403 | cluster0_funnel_in_port2: endpoint { |
---|
403 | | - slave-mode; |
---|
404 | 404 | remote-endpoint = <&etm2_out>; |
---|
405 | 405 | }; |
---|
406 | 406 | }; |
---|
.. | .. |
---|
408 | 408 | port@4 { |
---|
409 | 409 | reg = <4>; |
---|
410 | 410 | cluster0_funnel_in_port3: endpoint { |
---|
411 | | - slave-mode; |
---|
412 | 411 | remote-endpoint = <&etm3_out>; |
---|
413 | 412 | }; |
---|
414 | 413 | }; |
---|
.. | .. |
---|
416 | 415 | }; |
---|
417 | 416 | |
---|
418 | 417 | funnel@11002000 { /* Cluster1 Funnel */ |
---|
419 | | - compatible = "arm,coresight-funnel", "arm,primecell"; |
---|
| 418 | + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; |
---|
420 | 419 | reg = <0 0x11002000 0 0x1000>; |
---|
421 | 420 | clocks = <&ext_26m>; |
---|
422 | 421 | clock-names = "apb_pclk"; |
---|
423 | | - ports { |
---|
424 | | - #address-cells = <1>; |
---|
425 | | - #size-cells = <0>; |
---|
426 | | - |
---|
427 | | - port@0 { |
---|
428 | | - reg = <0>; |
---|
| 422 | + out-ports { |
---|
| 423 | + port { |
---|
429 | 424 | cluster1_funnel_out_port: endpoint { |
---|
430 | 425 | remote-endpoint = |
---|
431 | 426 | <&cluster1_etf_in>; |
---|
432 | 427 | }; |
---|
433 | 428 | }; |
---|
| 429 | + }; |
---|
434 | 430 | |
---|
435 | | - port@1 { |
---|
| 431 | + in-ports { |
---|
| 432 | + #address-cells = <1>; |
---|
| 433 | + #size-cells = <0>; |
---|
| 434 | + |
---|
| 435 | + port@0 { |
---|
436 | 436 | reg = <0>; |
---|
437 | 437 | cluster1_funnel_in_port0: endpoint { |
---|
438 | | - slave-mode; |
---|
439 | 438 | remote-endpoint = <&etm4_out>; |
---|
440 | 439 | }; |
---|
441 | 440 | }; |
---|
442 | 441 | |
---|
443 | | - port@2 { |
---|
| 442 | + port@1 { |
---|
444 | 443 | reg = <1>; |
---|
445 | 444 | cluster1_funnel_in_port1: endpoint { |
---|
446 | | - slave-mode; |
---|
447 | 445 | remote-endpoint = <&etm5_out>; |
---|
448 | 446 | }; |
---|
449 | 447 | }; |
---|
450 | 448 | |
---|
451 | | - port@3 { |
---|
| 449 | + port@2 { |
---|
452 | 450 | reg = <2>; |
---|
453 | 451 | cluster1_funnel_in_port2: endpoint { |
---|
454 | | - slave-mode; |
---|
455 | 452 | remote-endpoint = <&etm6_out>; |
---|
456 | 453 | }; |
---|
457 | 454 | }; |
---|
458 | 455 | |
---|
459 | | - port@4 { |
---|
| 456 | + port@3 { |
---|
460 | 457 | reg = <3>; |
---|
461 | 458 | cluster1_funnel_in_port3: endpoint { |
---|
462 | | - slave-mode; |
---|
463 | 459 | remote-endpoint = <&etm7_out>; |
---|
464 | 460 | }; |
---|
465 | 461 | }; |
---|
.. | .. |
---|
472 | 468 | clocks = <&ext_26m>; |
---|
473 | 469 | clock-names = "apb_pclk"; |
---|
474 | 470 | |
---|
475 | | - ports { |
---|
476 | | - #address-cells = <1>; |
---|
477 | | - #size-cells = <0>; |
---|
478 | | - |
---|
479 | | - port@0 { |
---|
480 | | - reg = <0>; |
---|
| 471 | + out-ports { |
---|
| 472 | + port { |
---|
481 | 473 | cluster0_etf_out: endpoint { |
---|
482 | 474 | remote-endpoint = |
---|
483 | 475 | <&main_funnel_in_port0>; |
---|
484 | 476 | }; |
---|
485 | 477 | }; |
---|
| 478 | + }; |
---|
486 | 479 | |
---|
487 | | - port@1 { |
---|
488 | | - reg = <0>; |
---|
| 480 | + in-ports { |
---|
| 481 | + port { |
---|
489 | 482 | cluster0_etf_in: endpoint { |
---|
490 | | - slave-mode; |
---|
491 | 483 | remote-endpoint = |
---|
492 | 484 | <&cluster0_funnel_out_port>; |
---|
493 | 485 | }; |
---|
.. | .. |
---|
501 | 493 | clocks = <&ext_26m>; |
---|
502 | 494 | clock-names = "apb_pclk"; |
---|
503 | 495 | |
---|
504 | | - ports { |
---|
505 | | - #address-cells = <1>; |
---|
506 | | - #size-cells = <0>; |
---|
507 | | - |
---|
508 | | - port@0 { |
---|
509 | | - reg = <0>; |
---|
| 496 | + out-ports { |
---|
| 497 | + port { |
---|
510 | 498 | cluster1_etf_out: endpoint { |
---|
511 | 499 | remote-endpoint = |
---|
512 | 500 | <&main_funnel_in_port1>; |
---|
513 | 501 | }; |
---|
514 | 502 | }; |
---|
| 503 | + }; |
---|
515 | 504 | |
---|
516 | | - port@1 { |
---|
517 | | - reg = <0>; |
---|
| 505 | + in-ports { |
---|
| 506 | + port { |
---|
518 | 507 | cluster1_etf_in: endpoint { |
---|
519 | | - slave-mode; |
---|
520 | 508 | remote-endpoint = |
---|
521 | 509 | <&cluster1_funnel_out_port>; |
---|
522 | 510 | }; |
---|
.. | .. |
---|
525 | 513 | }; |
---|
526 | 514 | |
---|
527 | 515 | funnel@11005000 { /* Main Funnel */ |
---|
528 | | - compatible = "arm,coresight-funnel", "arm,primecell"; |
---|
| 516 | + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; |
---|
529 | 517 | reg = <0 0x11005000 0 0x1000>; |
---|
530 | 518 | clocks = <&ext_26m>; |
---|
531 | 519 | clock-names = "apb_pclk"; |
---|
532 | 520 | |
---|
533 | | - ports { |
---|
534 | | - #address-cells = <1>; |
---|
535 | | - #size-cells = <0>; |
---|
536 | | - |
---|
537 | | - port@0 { |
---|
538 | | - reg = <0>; |
---|
| 521 | + out-ports { |
---|
| 522 | + port { |
---|
539 | 523 | main_funnel_out_port: endpoint { |
---|
540 | 524 | remote-endpoint = |
---|
541 | 525 | <&soc_funnel_in_port0>; |
---|
542 | 526 | }; |
---|
543 | 527 | }; |
---|
| 528 | + }; |
---|
544 | 529 | |
---|
545 | | - port@1 { |
---|
| 530 | + in-ports { |
---|
| 531 | + #address-cells = <1>; |
---|
| 532 | + #size-cells = <0>; |
---|
| 533 | + |
---|
| 534 | + port@0 { |
---|
546 | 535 | reg = <0>; |
---|
547 | 536 | main_funnel_in_port0: endpoint { |
---|
548 | | - slave-mode; |
---|
549 | 537 | remote-endpoint = |
---|
550 | 538 | <&cluster0_etf_out>; |
---|
551 | 539 | }; |
---|
552 | 540 | }; |
---|
553 | 541 | |
---|
554 | | - port@2 { |
---|
| 542 | + port@1 { |
---|
555 | 543 | reg = <1>; |
---|
556 | 544 | main_funnel_in_port1: endpoint { |
---|
557 | | - slave-mode; |
---|
558 | 545 | remote-endpoint = |
---|
559 | 546 | <&cluster1_etf_out>; |
---|
560 | 547 | }; |
---|
.. | .. |
---|
569 | 556 | clocks = <&ext_26m>; |
---|
570 | 557 | clock-names = "apb_pclk"; |
---|
571 | 558 | |
---|
572 | | - port { |
---|
573 | | - etm0_out: endpoint { |
---|
574 | | - remote-endpoint = |
---|
575 | | - <&cluster0_funnel_in_port0>; |
---|
| 559 | + out-ports { |
---|
| 560 | + port { |
---|
| 561 | + etm0_out: endpoint { |
---|
| 562 | + remote-endpoint = |
---|
| 563 | + <&cluster0_funnel_in_port0>; |
---|
| 564 | + }; |
---|
576 | 565 | }; |
---|
577 | 566 | }; |
---|
578 | 567 | }; |
---|
.. | .. |
---|
584 | 573 | clocks = <&ext_26m>; |
---|
585 | 574 | clock-names = "apb_pclk"; |
---|
586 | 575 | |
---|
587 | | - port { |
---|
588 | | - etm1_out: endpoint { |
---|
589 | | - remote-endpoint = |
---|
590 | | - <&cluster0_funnel_in_port1>; |
---|
| 576 | + out-ports { |
---|
| 577 | + port { |
---|
| 578 | + etm1_out: endpoint { |
---|
| 579 | + remote-endpoint = |
---|
| 580 | + <&cluster0_funnel_in_port1>; |
---|
| 581 | + }; |
---|
591 | 582 | }; |
---|
592 | 583 | }; |
---|
593 | 584 | }; |
---|
.. | .. |
---|
599 | 590 | clocks = <&ext_26m>; |
---|
600 | 591 | clock-names = "apb_pclk"; |
---|
601 | 592 | |
---|
602 | | - port { |
---|
603 | | - etm2_out: endpoint { |
---|
604 | | - remote-endpoint = |
---|
605 | | - <&cluster0_funnel_in_port2>; |
---|
| 593 | + out-ports { |
---|
| 594 | + port { |
---|
| 595 | + etm2_out: endpoint { |
---|
| 596 | + remote-endpoint = |
---|
| 597 | + <&cluster0_funnel_in_port2>; |
---|
| 598 | + }; |
---|
606 | 599 | }; |
---|
607 | 600 | }; |
---|
608 | 601 | }; |
---|
.. | .. |
---|
614 | 607 | clocks = <&ext_26m>; |
---|
615 | 608 | clock-names = "apb_pclk"; |
---|
616 | 609 | |
---|
617 | | - port { |
---|
618 | | - etm3_out: endpoint { |
---|
619 | | - remote-endpoint = |
---|
620 | | - <&cluster0_funnel_in_port3>; |
---|
| 610 | + out-ports { |
---|
| 611 | + port { |
---|
| 612 | + etm3_out: endpoint { |
---|
| 613 | + remote-endpoint = |
---|
| 614 | + <&cluster0_funnel_in_port3>; |
---|
| 615 | + }; |
---|
621 | 616 | }; |
---|
622 | 617 | }; |
---|
623 | 618 | }; |
---|
.. | .. |
---|
629 | 624 | clocks = <&ext_26m>; |
---|
630 | 625 | clock-names = "apb_pclk"; |
---|
631 | 626 | |
---|
632 | | - port { |
---|
633 | | - etm4_out: endpoint { |
---|
634 | | - remote-endpoint = |
---|
635 | | - <&cluster1_funnel_in_port0>; |
---|
| 627 | + out-ports { |
---|
| 628 | + port { |
---|
| 629 | + etm4_out: endpoint { |
---|
| 630 | + remote-endpoint = |
---|
| 631 | + <&cluster1_funnel_in_port0>; |
---|
| 632 | + }; |
---|
636 | 633 | }; |
---|
637 | 634 | }; |
---|
638 | 635 | }; |
---|
.. | .. |
---|
644 | 641 | clocks = <&ext_26m>; |
---|
645 | 642 | clock-names = "apb_pclk"; |
---|
646 | 643 | |
---|
647 | | - port { |
---|
648 | | - etm5_out: endpoint { |
---|
649 | | - remote-endpoint = |
---|
650 | | - <&cluster1_funnel_in_port1>; |
---|
| 644 | + out-ports { |
---|
| 645 | + port { |
---|
| 646 | + etm5_out: endpoint { |
---|
| 647 | + remote-endpoint = |
---|
| 648 | + <&cluster1_funnel_in_port1>; |
---|
| 649 | + }; |
---|
651 | 650 | }; |
---|
652 | 651 | }; |
---|
653 | 652 | }; |
---|
.. | .. |
---|
659 | 658 | clocks = <&ext_26m>; |
---|
660 | 659 | clock-names = "apb_pclk"; |
---|
661 | 660 | |
---|
662 | | - port { |
---|
663 | | - etm6_out: endpoint { |
---|
664 | | - remote-endpoint = |
---|
665 | | - <&cluster1_funnel_in_port2>; |
---|
| 661 | + out-ports { |
---|
| 662 | + port { |
---|
| 663 | + etm6_out: endpoint { |
---|
| 664 | + remote-endpoint = |
---|
| 665 | + <&cluster1_funnel_in_port2>; |
---|
| 666 | + }; |
---|
666 | 667 | }; |
---|
667 | 668 | }; |
---|
668 | 669 | }; |
---|
.. | .. |
---|
674 | 675 | clocks = <&ext_26m>; |
---|
675 | 676 | clock-names = "apb_pclk"; |
---|
676 | 677 | |
---|
677 | | - port { |
---|
678 | | - etm7_out: endpoint { |
---|
679 | | - remote-endpoint = |
---|
680 | | - <&cluster1_funnel_in_port3>; |
---|
| 678 | + out-ports { |
---|
| 679 | + port { |
---|
| 680 | + etm7_out: endpoint { |
---|
| 681 | + remote-endpoint = |
---|
| 682 | + <&cluster1_funnel_in_port3>; |
---|
| 683 | + }; |
---|
681 | 684 | }; |
---|
682 | 685 | }; |
---|
683 | 686 | }; |
---|