diff options
author | Suzuki K Poulose <suzuki.poulose@arm.com> | 2018-09-12 09:53:47 -0400 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2018-09-19 11:28:51 -0400 |
commit | 6523a0e155c8eeafcb290596aad86388e7577316 (patch) | |
tree | 09241ff119291f06d98600ff0b8999d77c5019fe | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
arm: dts: hip04: Update coresight bindings for hardware ports
Switch to the new the hardware port bindings.
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | arch/arm/boot/dts/hip04.dtsi | 346 |
1 files changed, 176 insertions, 170 deletions
diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi index 44044f275115..0f917b272ff3 100644 --- a/arch/arm/boot/dts/hip04.dtsi +++ b/arch/arm/boot/dts/hip04.dtsi | |||
@@ -277,10 +277,11 @@ | |||
277 | 277 | ||
278 | clocks = <&clk_375m>; | 278 | clocks = <&clk_375m>; |
279 | clock-names = "apb_pclk"; | 279 | clock-names = "apb_pclk"; |
280 | port { | 280 | in-ports { |
281 | etb0_in_port: endpoint@0 { | 281 | port { |
282 | slave-mode; | 282 | etb0_in_port: endpoint@0 { |
283 | remote-endpoint = <&replicator0_out_port0>; | 283 | remote-endpoint = <&replicator0_out_port0>; |
284 | }; | ||
284 | }; | 285 | }; |
285 | }; | 286 | }; |
286 | }; | 287 | }; |
@@ -291,10 +292,11 @@ | |||
291 | 292 | ||
292 | clocks = <&clk_375m>; | 293 | clocks = <&clk_375m>; |
293 | clock-names = "apb_pclk"; | 294 | clock-names = "apb_pclk"; |
294 | port { | 295 | in-ports { |
295 | etb1_in_port: endpoint@0 { | 296 | port { |
296 | slave-mode; | 297 | etb1_in_port: endpoint@0 { |
297 | remote-endpoint = <&replicator1_out_port0>; | 298 | remote-endpoint = <&replicator1_out_port0>; |
299 | }; | ||
298 | }; | 300 | }; |
299 | }; | 301 | }; |
300 | }; | 302 | }; |
@@ -305,10 +307,11 @@ | |||
305 | 307 | ||
306 | clocks = <&clk_375m>; | 308 | clocks = <&clk_375m>; |
307 | clock-names = "apb_pclk"; | 309 | clock-names = "apb_pclk"; |
308 | port { | 310 | in-ports { |
309 | etb2_in_port: endpoint@0 { | 311 | port { |
310 | slave-mode; | 312 | etb2_in_port: endpoint@0 { |
311 | remote-endpoint = <&replicator2_out_port0>; | 313 | remote-endpoint = <&replicator2_out_port0>; |
314 | }; | ||
312 | }; | 315 | }; |
313 | }; | 316 | }; |
314 | }; | 317 | }; |
@@ -319,10 +322,11 @@ | |||
319 | 322 | ||
320 | clocks = <&clk_375m>; | 323 | clocks = <&clk_375m>; |
321 | clock-names = "apb_pclk"; | 324 | clock-names = "apb_pclk"; |
322 | port { | 325 | in-ports { |
323 | etb3_in_port: endpoint@0 { | 326 | port { |
324 | slave-mode; | 327 | etb3_in_port: endpoint@0 { |
325 | remote-endpoint = <&replicator3_out_port0>; | 328 | remote-endpoint = <&replicator3_out_port0>; |
329 | }; | ||
326 | }; | 330 | }; |
327 | }; | 331 | }; |
328 | }; | 332 | }; |
@@ -333,10 +337,11 @@ | |||
333 | 337 | ||
334 | clocks = <&clk_375m>; | 338 | clocks = <&clk_375m>; |
335 | clock-names = "apb_pclk"; | 339 | clock-names = "apb_pclk"; |
336 | port { | 340 | in-ports { |
337 | tpiu_in_port: endpoint@0 { | 341 | port { |
338 | slave-mode; | 342 | tpiu_in_port: endpoint@0 { |
339 | remote-endpoint = <&funnel4_out_port0>; | 343 | remote-endpoint = <&funnel4_out_port0>; |
344 | }; | ||
340 | }; | 345 | }; |
341 | }; | 346 | }; |
342 | }; | 347 | }; |
@@ -347,7 +352,7 @@ | |||
347 | */ | 352 | */ |
348 | compatible = "arm,coresight-replicator"; | 353 | compatible = "arm,coresight-replicator"; |
349 | 354 | ||
350 | ports { | 355 | out-ports { |
351 | #address-cells = <1>; | 356 | #address-cells = <1>; |
352 | #size-cells = <0>; | 357 | #size-cells = <0>; |
353 | 358 | ||
@@ -365,12 +370,11 @@ | |||
365 | remote-endpoint = <&funnel4_in_port0>; | 370 | remote-endpoint = <&funnel4_in_port0>; |
366 | }; | 371 | }; |
367 | }; | 372 | }; |
373 | }; | ||
368 | 374 | ||
369 | /* replicator input port */ | 375 | in-ports { |
370 | port@2 { | 376 | port { |
371 | reg = <0>; | ||
372 | replicator0_in_port0: endpoint { | 377 | replicator0_in_port0: endpoint { |
373 | slave-mode; | ||
374 | remote-endpoint = <&funnel0_out_port0>; | 378 | remote-endpoint = <&funnel0_out_port0>; |
375 | }; | 379 | }; |
376 | }; | 380 | }; |
@@ -383,7 +387,7 @@ | |||
383 | */ | 387 | */ |
384 | compatible = "arm,coresight-replicator"; | 388 | compatible = "arm,coresight-replicator"; |
385 | 389 | ||
386 | ports { | 390 | out-ports { |
387 | #address-cells = <1>; | 391 | #address-cells = <1>; |
388 | #size-cells = <0>; | 392 | #size-cells = <0>; |
389 | 393 | ||
@@ -401,12 +405,11 @@ | |||
401 | remote-endpoint = <&funnel4_in_port1>; | 405 | remote-endpoint = <&funnel4_in_port1>; |
402 | }; | 406 | }; |
403 | }; | 407 | }; |
408 | }; | ||
404 | 409 | ||
405 | /* replicator input port */ | 410 | in-ports { |
406 | port@2 { | 411 | port { |
407 | reg = <0>; | ||
408 | replicator1_in_port0: endpoint { | 412 | replicator1_in_port0: endpoint { |
409 | slave-mode; | ||
410 | remote-endpoint = <&funnel1_out_port0>; | 413 | remote-endpoint = <&funnel1_out_port0>; |
411 | }; | 414 | }; |
412 | }; | 415 | }; |
@@ -419,11 +422,10 @@ | |||
419 | */ | 422 | */ |
420 | compatible = "arm,coresight-replicator"; | 423 | compatible = "arm,coresight-replicator"; |
421 | 424 | ||
422 | ports { | 425 | out-ports { |
423 | #address-cells = <1>; | 426 | #address-cells = <1>; |
424 | #size-cells = <0>; | 427 | #size-cells = <0>; |
425 | 428 | ||
426 | /* replicator output ports */ | ||
427 | port@0 { | 429 | port@0 { |
428 | reg = <0>; | 430 | reg = <0>; |
429 | replicator2_out_port0: endpoint { | 431 | replicator2_out_port0: endpoint { |
@@ -437,12 +439,11 @@ | |||
437 | remote-endpoint = <&funnel4_in_port2>; | 439 | remote-endpoint = <&funnel4_in_port2>; |
438 | }; | 440 | }; |
439 | }; | 441 | }; |
442 | }; | ||
440 | 443 | ||
441 | /* replicator input port */ | 444 | in-ports { |
442 | port@2 { | 445 | port { |
443 | reg = <0>; | ||
444 | replicator2_in_port0: endpoint { | 446 | replicator2_in_port0: endpoint { |
445 | slave-mode; | ||
446 | remote-endpoint = <&funnel2_out_port0>; | 447 | remote-endpoint = <&funnel2_out_port0>; |
447 | }; | 448 | }; |
448 | }; | 449 | }; |
@@ -455,11 +456,10 @@ | |||
455 | */ | 456 | */ |
456 | compatible = "arm,coresight-replicator"; | 457 | compatible = "arm,coresight-replicator"; |
457 | 458 | ||
458 | ports { | 459 | out-ports { |
459 | #address-cells = <1>; | 460 | #address-cells = <1>; |
460 | #size-cells = <0>; | 461 | #size-cells = <0>; |
461 | 462 | ||
462 | /* replicator output ports */ | ||
463 | port@0 { | 463 | port@0 { |
464 | reg = <0>; | 464 | reg = <0>; |
465 | replicator3_out_port0: endpoint { | 465 | replicator3_out_port0: endpoint { |
@@ -473,12 +473,11 @@ | |||
473 | remote-endpoint = <&funnel4_in_port3>; | 473 | remote-endpoint = <&funnel4_in_port3>; |
474 | }; | 474 | }; |
475 | }; | 475 | }; |
476 | }; | ||
476 | 477 | ||
477 | /* replicator input port */ | 478 | in-ports { |
478 | port@2 { | 479 | port { |
479 | reg = <0>; | ||
480 | replicator3_in_port0: endpoint { | 480 | replicator3_in_port0: endpoint { |
481 | slave-mode; | ||
482 | remote-endpoint = <&funnel3_out_port0>; | 481 | remote-endpoint = <&funnel3_out_port0>; |
483 | }; | 482 | }; |
484 | }; | 483 | }; |
@@ -491,48 +490,43 @@ | |||
491 | 490 | ||
492 | clocks = <&clk_375m>; | 491 | clocks = <&clk_375m>; |
493 | clock-names = "apb_pclk"; | 492 | clock-names = "apb_pclk"; |
494 | ports { | 493 | out-ports { |
495 | #address-cells = <1>; | 494 | port { |
496 | #size-cells = <0>; | ||
497 | |||
498 | /* funnel output port */ | ||
499 | port@0 { | ||
500 | reg = <0>; | ||
501 | funnel0_out_port0: endpoint { | 495 | funnel0_out_port0: endpoint { |
502 | remote-endpoint = | 496 | remote-endpoint = |
503 | <&replicator0_in_port0>; | 497 | <&replicator0_in_port0>; |
504 | }; | 498 | }; |
505 | }; | 499 | }; |
500 | }; | ||
506 | 501 | ||
507 | /* funnel input ports */ | 502 | in-ports { |
508 | port@1 { | 503 | #address-cells = <1>; |
504 | #size-cells = <0>; | ||
505 | |||
506 | port@0 { | ||
509 | reg = <0>; | 507 | reg = <0>; |
510 | funnel0_in_port0: endpoint { | 508 | funnel0_in_port0: endpoint { |
511 | slave-mode; | ||
512 | remote-endpoint = <&ptm0_out_port>; | 509 | remote-endpoint = <&ptm0_out_port>; |
513 | }; | 510 | }; |
514 | }; | 511 | }; |
515 | 512 | ||
516 | port@2 { | 513 | port@1 { |
517 | reg = <1>; | 514 | reg = <1>; |
518 | funnel0_in_port1: endpoint { | 515 | funnel0_in_port1: endpoint { |
519 | slave-mode; | ||
520 | remote-endpoint = <&ptm1_out_port>; | 516 | remote-endpoint = <&ptm1_out_port>; |
521 | }; | 517 | }; |
522 | }; | 518 | }; |
523 | 519 | ||
524 | port@3 { | 520 | port@2 { |
525 | reg = <2>; | 521 | reg = <2>; |
526 | funnel0_in_port2: endpoint { | 522 | funnel0_in_port2: endpoint { |
527 | slave-mode; | ||
528 | remote-endpoint = <&ptm2_out_port>; | 523 | remote-endpoint = <&ptm2_out_port>; |
529 | }; | 524 | }; |
530 | }; | 525 | }; |
531 | 526 | ||
532 | port@4 { | 527 | port@3 { |
533 | reg = <3>; | 528 | reg = <3>; |
534 | funnel0_in_port3: endpoint { | 529 | funnel0_in_port3: endpoint { |
535 | slave-mode; | ||
536 | remote-endpoint = <&ptm3_out_port>; | 530 | remote-endpoint = <&ptm3_out_port>; |
537 | }; | 531 | }; |
538 | }; | 532 | }; |
@@ -545,48 +539,43 @@ | |||
545 | 539 | ||
546 | clocks = <&clk_375m>; | 540 | clocks = <&clk_375m>; |
547 | clock-names = "apb_pclk"; | 541 | clock-names = "apb_pclk"; |
548 | ports { | 542 | out-ports { |
549 | #address-cells = <1>; | 543 | port { |
550 | #size-cells = <0>; | ||
551 | |||
552 | /* funnel output port */ | ||
553 | port@0 { | ||
554 | reg = <0>; | ||
555 | funnel1_out_port0: endpoint { | 544 | funnel1_out_port0: endpoint { |
556 | remote-endpoint = | 545 | remote-endpoint = |
557 | <&replicator1_in_port0>; | 546 | <&replicator1_in_port0>; |
558 | }; | 547 | }; |
559 | }; | 548 | }; |
549 | }; | ||
560 | 550 | ||
561 | /* funnel input ports */ | 551 | in-ports { |
562 | port@1 { | 552 | #address-cells = <1>; |
553 | #size-cells = <0>; | ||
554 | |||
555 | port@0 { | ||
563 | reg = <0>; | 556 | reg = <0>; |
564 | funnel1_in_port0: endpoint { | 557 | funnel1_in_port0: endpoint { |
565 | slave-mode; | ||
566 | remote-endpoint = <&ptm4_out_port>; | 558 | remote-endpoint = <&ptm4_out_port>; |
567 | }; | 559 | }; |
568 | }; | 560 | }; |
569 | 561 | ||
570 | port@2 { | 562 | port@1 { |
571 | reg = <1>; | 563 | reg = <1>; |
572 | funnel1_in_port1: endpoint { | 564 | funnel1_in_port1: endpoint { |
573 | slave-mode; | ||
574 | remote-endpoint = <&ptm5_out_port>; | 565 | remote-endpoint = <&ptm5_out_port>; |
575 | }; | 566 | }; |
576 | }; | 567 | }; |
577 | 568 | ||
578 | port@3 { | 569 | port@2 { |
579 | reg = <2>; | 570 | reg = <2>; |
580 | funnel1_in_port2: endpoint { | 571 | funnel1_in_port2: endpoint { |
581 | slave-mode; | ||
582 | remote-endpoint = <&ptm6_out_port>; | 572 | remote-endpoint = <&ptm6_out_port>; |
583 | }; | 573 | }; |
584 | }; | 574 | }; |
585 | 575 | ||
586 | port@4 { | 576 | port@3 { |
587 | reg = <3>; | 577 | reg = <3>; |
588 | funnel1_in_port3: endpoint { | 578 | funnel1_in_port3: endpoint { |
589 | slave-mode; | ||
590 | remote-endpoint = <&ptm7_out_port>; | 579 | remote-endpoint = <&ptm7_out_port>; |
591 | }; | 580 | }; |
592 | }; | 581 | }; |
@@ -599,48 +588,43 @@ | |||
599 | 588 | ||
600 | clocks = <&clk_375m>; | 589 | clocks = <&clk_375m>; |
601 | clock-names = "apb_pclk"; | 590 | clock-names = "apb_pclk"; |
602 | ports { | 591 | out-ports { |
603 | #address-cells = <1>; | 592 | port { |
604 | #size-cells = <0>; | ||
605 | |||
606 | /* funnel output port */ | ||
607 | port@0 { | ||
608 | reg = <0>; | ||
609 | funnel2_out_port0: endpoint { | 593 | funnel2_out_port0: endpoint { |
610 | remote-endpoint = | 594 | remote-endpoint = |
611 | <&replicator2_in_port0>; | 595 | <&replicator2_in_port0>; |
612 | }; | 596 | }; |
613 | }; | 597 | }; |
598 | }; | ||
614 | 599 | ||
615 | /* funnel input ports */ | 600 | in-ports { |
616 | port@1 { | 601 | #address-cells = <1>; |
602 | #size-cells = <0>; | ||
603 | |||
604 | port@0 { | ||
617 | reg = <0>; | 605 | reg = <0>; |
618 | funnel2_in_port0: endpoint { | 606 | funnel2_in_port0: endpoint { |
619 | slave-mode; | ||
620 | remote-endpoint = <&ptm8_out_port>; | 607 | remote-endpoint = <&ptm8_out_port>; |
621 | }; | 608 | }; |
622 | }; | 609 | }; |
623 | 610 | ||
624 | port@2 { | 611 | port@1 { |
625 | reg = <1>; | 612 | reg = <1>; |
626 | funnel2_in_port1: endpoint { | 613 | funnel2_in_port1: endpoint { |
627 | slave-mode; | ||
628 | remote-endpoint = <&ptm9_out_port>; | 614 | remote-endpoint = <&ptm9_out_port>; |
629 | }; | 615 | }; |
630 | }; | 616 | }; |
631 | 617 | ||
632 | port@3 { | 618 | port@2 { |
633 | reg = <2>; | 619 | reg = <2>; |
634 | funnel2_in_port2: endpoint { | 620 | funnel2_in_port2: endpoint { |
635 | slave-mode; | ||
636 | remote-endpoint = <&ptm10_out_port>; | 621 | remote-endpoint = <&ptm10_out_port>; |
637 | }; | 622 | }; |
638 | }; | 623 | }; |
639 | 624 | ||
640 | port@4 { | 625 | port@3 { |
641 | reg = <3>; | 626 | reg = <3>; |
642 | funnel2_in_port3: endpoint { | 627 | funnel2_in_port3: endpoint { |
643 | slave-mode; | ||
644 | remote-endpoint = <&ptm11_out_port>; | 628 | remote-endpoint = <&ptm11_out_port>; |
645 | }; | 629 | }; |
646 | }; | 630 | }; |
@@ -653,48 +637,43 @@ | |||
653 | 637 | ||
654 | clocks = <&clk_375m>; | 638 | clocks = <&clk_375m>; |
655 | clock-names = "apb_pclk"; | 639 | clock-names = "apb_pclk"; |
656 | ports { | 640 | out-ports { |
657 | #address-cells = <1>; | 641 | port { |
658 | #size-cells = <0>; | ||
659 | |||
660 | /* funnel output port */ | ||
661 | port@0 { | ||
662 | reg = <0>; | ||
663 | funnel3_out_port0: endpoint { | 642 | funnel3_out_port0: endpoint { |
664 | remote-endpoint = | 643 | remote-endpoint = |
665 | <&replicator3_in_port0>; | 644 | <&replicator3_in_port0>; |
666 | }; | 645 | }; |
667 | }; | 646 | }; |
647 | }; | ||
668 | 648 | ||
669 | /* funnel input ports */ | 649 | in-ports { |
670 | port@1 { | 650 | #address-cells = <1>; |
651 | #size-cells = <0>; | ||
652 | |||
653 | port@0 { | ||
671 | reg = <0>; | 654 | reg = <0>; |
672 | funnel3_in_port0: endpoint { | 655 | funnel3_in_port0: endpoint { |
673 | slave-mode; | ||
674 | remote-endpoint = <&ptm12_out_port>; | 656 | remote-endpoint = <&ptm12_out_port>; |
675 | }; | 657 | }; |
676 | }; | 658 | }; |
677 | 659 | ||
678 | port@2 { | 660 | port@1 { |
679 | reg = <1>; | 661 | reg = <1>; |
680 | funnel3_in_port1: endpoint { | 662 | funnel3_in_port1: endpoint { |
681 | slave-mode; | ||
682 | remote-endpoint = <&ptm13_out_port>; | 663 | remote-endpoint = <&ptm13_out_port>; |
683 | }; | 664 | }; |
684 | }; | 665 | }; |
685 | 666 | ||
686 | port@3 { | 667 | port@2 { |
687 | reg = <2>; | 668 | reg = <2>; |
688 | funnel3_in_port2: endpoint { | 669 | funnel3_in_port2: endpoint { |
689 | slave-mode; | ||
690 | remote-endpoint = <&ptm14_out_port>; | 670 | remote-endpoint = <&ptm14_out_port>; |
691 | }; | 671 | }; |
692 | }; | 672 | }; |
693 | 673 | ||
694 | port@4 { | 674 | port@3 { |
695 | reg = <3>; | 675 | reg = <3>; |
696 | funnel3_in_port3: endpoint { | 676 | funnel3_in_port3: endpoint { |
697 | slave-mode; | ||
698 | remote-endpoint = <&ptm15_out_port>; | 677 | remote-endpoint = <&ptm15_out_port>; |
699 | }; | 678 | }; |
700 | }; | 679 | }; |
@@ -707,50 +686,45 @@ | |||
707 | 686 | ||
708 | clocks = <&clk_375m>; | 687 | clocks = <&clk_375m>; |
709 | clock-names = "apb_pclk"; | 688 | clock-names = "apb_pclk"; |
710 | ports { | 689 | out-ports { |
711 | #address-cells = <1>; | 690 | port { |
712 | #size-cells = <0>; | ||
713 | |||
714 | /* funnel output port */ | ||
715 | port@0 { | ||
716 | reg = <0>; | ||
717 | funnel4_out_port0: endpoint { | 691 | funnel4_out_port0: endpoint { |
718 | remote-endpoint = <&tpiu_in_port>; | 692 | remote-endpoint = <&tpiu_in_port>; |
719 | }; | 693 | }; |
720 | }; | 694 | }; |
695 | }; | ||
721 | 696 | ||
722 | /* funnel input ports */ | 697 | in-ports { |
723 | port@1 { | 698 | #address-cells = <1>; |
699 | #size-cells = <0>; | ||
700 | |||
701 | port@0 { | ||
724 | reg = <0>; | 702 | reg = <0>; |
725 | funnel4_in_port0: endpoint { | 703 | funnel4_in_port0: endpoint { |
726 | slave-mode; | ||
727 | remote-endpoint = | 704 | remote-endpoint = |
728 | <&replicator0_out_port1>; | 705 | <&replicator0_out_port1>; |
729 | }; | 706 | }; |
730 | }; | 707 | }; |
731 | 708 | ||
732 | port@2 { | 709 | port@1 { |
733 | reg = <1>; | 710 | reg = <1>; |
734 | funnel4_in_port1: endpoint { | 711 | funnel4_in_port1: endpoint { |
735 | slave-mode; | ||
736 | remote-endpoint = | 712 | remote-endpoint = |
737 | <&replicator1_out_port1>; | 713 | <&replicator1_out_port1>; |
738 | }; | 714 | }; |
739 | }; | 715 | }; |
740 | 716 | ||
741 | port@3 { | 717 | port@2 { |
742 | reg = <2>; | 718 | reg = <2>; |
743 | funnel4_in_port2: endpoint { | 719 | funnel4_in_port2: endpoint { |
744 | slave-mode; | ||
745 | remote-endpoint = | 720 | remote-endpoint = |
746 | <&replicator2_out_port1>; | 721 | <&replicator2_out_port1>; |
747 | }; | 722 | }; |
748 | }; | 723 | }; |
749 | 724 | ||
750 | port@4 { | 725 | port@3 { |
751 | reg = <3>; | 726 | reg = <3>; |
752 | funnel4_in_port3: endpoint { | 727 | funnel4_in_port3: endpoint { |
753 | slave-mode; | ||
754 | remote-endpoint = | 728 | remote-endpoint = |
755 | <&replicator3_out_port1>; | 729 | <&replicator3_out_port1>; |
756 | }; | 730 | }; |
@@ -765,9 +739,11 @@ | |||
765 | clocks = <&clk_375m>; | 739 | clocks = <&clk_375m>; |
766 | clock-names = "apb_pclk"; | 740 | clock-names = "apb_pclk"; |
767 | cpu = <&CPU0>; | 741 | cpu = <&CPU0>; |
768 | port { | 742 | out-ports { |
769 | ptm0_out_port: endpoint { | 743 | port { |
770 | remote-endpoint = <&funnel0_in_port0>; | 744 | ptm0_out_port: endpoint { |
745 | remote-endpoint = <&funnel0_in_port0>; | ||
746 | }; | ||
771 | }; | 747 | }; |
772 | }; | 748 | }; |
773 | }; | 749 | }; |
@@ -779,9 +755,11 @@ | |||
779 | clocks = <&clk_375m>; | 755 | clocks = <&clk_375m>; |
780 | clock-names = "apb_pclk"; | 756 | clock-names = "apb_pclk"; |
781 | cpu = <&CPU1>; | 757 | cpu = <&CPU1>; |
782 | port { | 758 | out-ports { |
783 | ptm1_out_port: endpoint { | 759 | port { |
784 | remote-endpoint = <&funnel0_in_port1>; | 760 | ptm1_out_port: endpoint { |
761 | remote-endpoint = <&funnel0_in_port1>; | ||
762 | }; | ||
785 | }; | 763 | }; |
786 | }; | 764 | }; |
787 | }; | 765 | }; |
@@ -793,9 +771,11 @@ | |||
793 | clocks = <&clk_375m>; | 771 | clocks = <&clk_375m>; |
794 | clock-names = "apb_pclk"; | 772 | clock-names = "apb_pclk"; |
795 | cpu = <&CPU2>; | 773 | cpu = <&CPU2>; |
796 | port { | 774 | out-ports { |
797 | ptm2_out_port: endpoint { | 775 | port { |
798 | remote-endpoint = <&funnel0_in_port2>; | 776 | ptm2_out_port: endpoint { |
777 | remote-endpoint = <&funnel0_in_port2>; | ||
778 | }; | ||
799 | }; | 779 | }; |
800 | }; | 780 | }; |
801 | }; | 781 | }; |
@@ -807,9 +787,11 @@ | |||
807 | clocks = <&clk_375m>; | 787 | clocks = <&clk_375m>; |
808 | clock-names = "apb_pclk"; | 788 | clock-names = "apb_pclk"; |
809 | cpu = <&CPU3>; | 789 | cpu = <&CPU3>; |
810 | port { | 790 | out-ports { |
811 | ptm3_out_port: endpoint { | 791 | port { |
812 | remote-endpoint = <&funnel0_in_port3>; | 792 | ptm3_out_port: endpoint { |
793 | remote-endpoint = <&funnel0_in_port3>; | ||
794 | }; | ||
813 | }; | 795 | }; |
814 | }; | 796 | }; |
815 | }; | 797 | }; |
@@ -821,9 +803,11 @@ | |||
821 | clocks = <&clk_375m>; | 803 | clocks = <&clk_375m>; |
822 | clock-names = "apb_pclk"; | 804 | clock-names = "apb_pclk"; |
823 | cpu = <&CPU4>; | 805 | cpu = <&CPU4>; |
824 | port { | 806 | out-ports { |
825 | ptm4_out_port: endpoint { | 807 | port { |
826 | remote-endpoint = <&funnel1_in_port0>; | 808 | ptm4_out_port: endpoint { |
809 | remote-endpoint = <&funnel1_in_port0>; | ||
810 | }; | ||
827 | }; | 811 | }; |
828 | }; | 812 | }; |
829 | }; | 813 | }; |
@@ -835,9 +819,11 @@ | |||
835 | clocks = <&clk_375m>; | 819 | clocks = <&clk_375m>; |
836 | clock-names = "apb_pclk"; | 820 | clock-names = "apb_pclk"; |
837 | cpu = <&CPU5>; | 821 | cpu = <&CPU5>; |
838 | port { | 822 | out-ports { |
839 | ptm5_out_port: endpoint { | 823 | port { |
840 | remote-endpoint = <&funnel1_in_port1>; | 824 | ptm5_out_port: endpoint { |
825 | remote-endpoint = <&funnel1_in_port1>; | ||
826 | }; | ||
841 | }; | 827 | }; |
842 | }; | 828 | }; |
843 | }; | 829 | }; |
@@ -849,9 +835,11 @@ | |||
849 | clocks = <&clk_375m>; | 835 | clocks = <&clk_375m>; |
850 | clock-names = "apb_pclk"; | 836 | clock-names = "apb_pclk"; |
851 | cpu = <&CPU6>; | 837 | cpu = <&CPU6>; |
852 | port { | 838 | out-ports { |
853 | ptm6_out_port: endpoint { | 839 | port { |
854 | remote-endpoint = <&funnel1_in_port2>; | 840 | ptm6_out_port: endpoint { |
841 | remote-endpoint = <&funnel1_in_port2>; | ||
842 | }; | ||
855 | }; | 843 | }; |
856 | }; | 844 | }; |
857 | }; | 845 | }; |
@@ -863,9 +851,11 @@ | |||
863 | clocks = <&clk_375m>; | 851 | clocks = <&clk_375m>; |
864 | clock-names = "apb_pclk"; | 852 | clock-names = "apb_pclk"; |
865 | cpu = <&CPU7>; | 853 | cpu = <&CPU7>; |
866 | port { | 854 | out-ports { |
867 | ptm7_out_port: endpoint { | 855 | port { |
868 | remote-endpoint = <&funnel1_in_port3>; | 856 | ptm7_out_port: endpoint { |
857 | remote-endpoint = <&funnel1_in_port3>; | ||
858 | }; | ||
869 | }; | 859 | }; |
870 | }; | 860 | }; |
871 | }; | 861 | }; |
@@ -877,9 +867,11 @@ | |||
877 | clocks = <&clk_375m>; | 867 | clocks = <&clk_375m>; |
878 | clock-names = "apb_pclk"; | 868 | clock-names = "apb_pclk"; |
879 | cpu = <&CPU8>; | 869 | cpu = <&CPU8>; |
880 | port { | 870 | out-ports { |
881 | ptm8_out_port: endpoint { | 871 | port { |
882 | remote-endpoint = <&funnel2_in_port0>; | 872 | ptm8_out_port: endpoint { |
873 | remote-endpoint = <&funnel2_in_port0>; | ||
874 | }; | ||
883 | }; | 875 | }; |
884 | }; | 876 | }; |
885 | }; | 877 | }; |
@@ -890,9 +882,11 @@ | |||
890 | clocks = <&clk_375m>; | 882 | clocks = <&clk_375m>; |
891 | clock-names = "apb_pclk"; | 883 | clock-names = "apb_pclk"; |
892 | cpu = <&CPU9>; | 884 | cpu = <&CPU9>; |
893 | port { | 885 | out-ports { |
894 | ptm9_out_port: endpoint { | 886 | port { |
895 | remote-endpoint = <&funnel2_in_port1>; | 887 | ptm9_out_port: endpoint { |
888 | remote-endpoint = <&funnel2_in_port1>; | ||
889 | }; | ||
896 | }; | 890 | }; |
897 | }; | 891 | }; |
898 | }; | 892 | }; |
@@ -904,9 +898,11 @@ | |||
904 | clocks = <&clk_375m>; | 898 | clocks = <&clk_375m>; |
905 | clock-names = "apb_pclk"; | 899 | clock-names = "apb_pclk"; |
906 | cpu = <&CPU10>; | 900 | cpu = <&CPU10>; |
907 | port { | 901 | out-ports { |
908 | ptm10_out_port: endpoint { | 902 | port { |
909 | remote-endpoint = <&funnel2_in_port2>; | 903 | ptm10_out_port: endpoint { |
904 | remote-endpoint = <&funnel2_in_port2>; | ||
905 | }; | ||
910 | }; | 906 | }; |
911 | }; | 907 | }; |
912 | }; | 908 | }; |
@@ -918,9 +914,11 @@ | |||
918 | clocks = <&clk_375m>; | 914 | clocks = <&clk_375m>; |
919 | clock-names = "apb_pclk"; | 915 | clock-names = "apb_pclk"; |
920 | cpu = <&CPU11>; | 916 | cpu = <&CPU11>; |
921 | port { | 917 | out-ports { |
922 | ptm11_out_port: endpoint { | 918 | port { |
923 | remote-endpoint = <&funnel2_in_port3>; | 919 | ptm11_out_port: endpoint { |
920 | remote-endpoint = <&funnel2_in_port3>; | ||
921 | }; | ||
924 | }; | 922 | }; |
925 | }; | 923 | }; |
926 | }; | 924 | }; |
@@ -932,9 +930,11 @@ | |||
932 | clocks = <&clk_375m>; | 930 | clocks = <&clk_375m>; |
933 | clock-names = "apb_pclk"; | 931 | clock-names = "apb_pclk"; |
934 | cpu = <&CPU12>; | 932 | cpu = <&CPU12>; |
935 | port { | 933 | out-ports { |
936 | ptm12_out_port: endpoint { | 934 | port { |
937 | remote-endpoint = <&funnel3_in_port0>; | 935 | ptm12_out_port: endpoint { |
936 | remote-endpoint = <&funnel3_in_port0>; | ||
937 | }; | ||
938 | }; | 938 | }; |
939 | }; | 939 | }; |
940 | }; | 940 | }; |
@@ -946,9 +946,11 @@ | |||
946 | clocks = <&clk_375m>; | 946 | clocks = <&clk_375m>; |
947 | clock-names = "apb_pclk"; | 947 | clock-names = "apb_pclk"; |
948 | cpu = <&CPU13>; | 948 | cpu = <&CPU13>; |
949 | port { | 949 | out-ports { |
950 | ptm13_out_port: endpoint { | 950 | port { |
951 | remote-endpoint = <&funnel3_in_port1>; | 951 | ptm13_out_port: endpoint { |
952 | remote-endpoint = <&funnel3_in_port1>; | ||
953 | }; | ||
952 | }; | 954 | }; |
953 | }; | 955 | }; |
954 | }; | 956 | }; |
@@ -960,9 +962,11 @@ | |||
960 | clocks = <&clk_375m>; | 962 | clocks = <&clk_375m>; |
961 | clock-names = "apb_pclk"; | 963 | clock-names = "apb_pclk"; |
962 | cpu = <&CPU14>; | 964 | cpu = <&CPU14>; |
963 | port { | 965 | out-ports { |
964 | ptm14_out_port: endpoint { | 966 | port { |
965 | remote-endpoint = <&funnel3_in_port2>; | 967 | ptm14_out_port: endpoint { |
968 | remote-endpoint = <&funnel3_in_port2>; | ||
969 | }; | ||
966 | }; | 970 | }; |
967 | }; | 971 | }; |
968 | }; | 972 | }; |
@@ -974,9 +978,11 @@ | |||
974 | clocks = <&clk_375m>; | 978 | clocks = <&clk_375m>; |
975 | clock-names = "apb_pclk"; | 979 | clock-names = "apb_pclk"; |
976 | cpu = <&CPU15>; | 980 | cpu = <&CPU15>; |
977 | port { | 981 | out-ports { |
978 | ptm15_out_port: endpoint { | 982 | port { |
979 | remote-endpoint = <&funnel3_in_port3>; | 983 | ptm15_out_port: endpoint { |
984 | remote-endpoint = <&funnel3_in_port3>; | ||
985 | }; | ||
980 | }; | 986 | }; |
981 | }; | 987 | }; |
982 | }; | 988 | }; |