r8a77990.dtsi (0c7244209588630a9b45e52490ef1390e04499a6) | r8a77990.dtsi (9aa3558a02f0bb074d02ef2956fee60a5ee57a47) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Device Tree Source for the R-Car E3 (R8A77990) SoC 4 * 5 * Copyright (C) 2018 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/clock/r8a77990-cpg-mssr.h> --- 11 unchanged lines hidden (view full) --- 20 i2c2 = &i2c2; 21 i2c3 = &i2c3; 22 i2c4 = &i2c4; 23 i2c5 = &i2c5; 24 i2c6 = &i2c6; 25 i2c7 = &i2c7; 26 }; 27 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Device Tree Source for the R-Car E3 (R8A77990) SoC 4 * 5 * Copyright (C) 2018 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/clock/r8a77990-cpg-mssr.h> --- 11 unchanged lines hidden (view full) --- 20 i2c2 = &i2c2; 21 i2c3 = &i2c3; 22 i2c4 = &i2c4; 23 i2c5 = &i2c5; 24 i2c6 = &i2c6; 25 i2c7 = &i2c7; 26 }; 27 |
28 /* 29 * The external audio clocks are configured as 0 Hz fixed frequency 30 * clocks by default. 31 * Boards that provide audio clocks should override them. 32 */ 33 audio_clk_a: audio_clk_a { 34 compatible = "fixed-clock"; 35 #clock-cells = <0>; 36 clock-frequency = <0>; 37 }; 38 39 audio_clk_b: audio_clk_b { 40 compatible = "fixed-clock"; 41 #clock-cells = <0>; 42 clock-frequency = <0>; 43 }; 44 45 audio_clk_c: audio_clk_c { 46 compatible = "fixed-clock"; 47 #clock-cells = <0>; 48 clock-frequency = <0>; 49 }; 50 |
|
28 cpus { 29 #address-cells = <1>; 30 #size-cells = <0>; 31 32 a53_0: cpu@0 { 33 compatible = "arm,cortex-a53", "arm,armv8"; 34 reg = <0>; 35 device_type = "cpu"; --- 300 unchanged lines hidden (view full) --- 336 }; 337 338 sysc: system-controller@e6180000 { 339 compatible = "renesas,r8a77990-sysc"; 340 reg = <0 0xe6180000 0 0x0400>; 341 #power-domain-cells = <1>; 342 }; 343 | 51 cpus { 52 #address-cells = <1>; 53 #size-cells = <0>; 54 55 a53_0: cpu@0 { 56 compatible = "arm,cortex-a53", "arm,armv8"; 57 reg = <0>; 58 device_type = "cpu"; --- 300 unchanged lines hidden (view full) --- 359 }; 360 361 sysc: system-controller@e6180000 { 362 compatible = "renesas,r8a77990-sysc"; 363 reg = <0 0xe6180000 0 0x0400>; 364 #power-domain-cells = <1>; 365 }; 366 |
367 intc_ex: interrupt-controller@e61c0000 { 368 compatible = "renesas,intc-ex-r8a77990", "renesas,irqc"; 369 #interrupt-cells = <2>; 370 interrupt-controller; 371 reg = <0 0xe61c0000 0 0x200>; 372 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH 373 GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH 374 GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH 375 GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH 376 GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH 377 GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>; 378 clocks = <&cpg CPG_MOD 407>; 379 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 380 resets = <&cpg 407>; 381 }; 382 383 hscif0: serial@e6540000 { 384 compatible = "renesas,hscif-r8a77990", 385 "renesas,rcar-gen3-hscif", 386 "renesas,hscif"; 387 reg = <0 0xe6540000 0 0x60>; 388 interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; 389 clocks = <&cpg CPG_MOD 520>, 390 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 391 <&scif_clk>; 392 clock-names = "fck", "brg_int", "scif_clk"; 393 dmas = <&dmac1 0x31>, <&dmac1 0x30>, 394 <&dmac2 0x31>, <&dmac2 0x30>; 395 dma-names = "tx", "rx", "tx", "rx"; 396 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 397 resets = <&cpg 520>; 398 status = "disabled"; 399 }; 400 401 hscif1: serial@e6550000 { 402 compatible = "renesas,hscif-r8a77990", 403 "renesas,rcar-gen3-hscif", 404 "renesas,hscif"; 405 reg = <0 0xe6550000 0 0x60>; 406 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>; 407 clocks = <&cpg CPG_MOD 519>, 408 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 409 <&scif_clk>; 410 clock-names = "fck", "brg_int", "scif_clk"; 411 dmas = <&dmac1 0x33>, <&dmac1 0x32>, 412 <&dmac2 0x33>, <&dmac2 0x32>; 413 dma-names = "tx", "rx", "tx", "rx"; 414 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 415 resets = <&cpg 519>; 416 status = "disabled"; 417 }; 418 419 hscif2: serial@e6560000 { 420 compatible = "renesas,hscif-r8a77990", 421 "renesas,rcar-gen3-hscif", 422 "renesas,hscif"; 423 reg = <0 0xe6560000 0 0x60>; 424 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>; 425 clocks = <&cpg CPG_MOD 518>, 426 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 427 <&scif_clk>; 428 clock-names = "fck", "brg_int", "scif_clk"; 429 dmas = <&dmac1 0x35>, <&dmac1 0x34>, 430 <&dmac2 0x35>, <&dmac2 0x34>; 431 dma-names = "tx", "rx", "tx", "rx"; 432 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 433 resets = <&cpg 518>; 434 status = "disabled"; 435 }; 436 437 hscif3: serial@e66a0000 { 438 compatible = "renesas,hscif-r8a77990", 439 "renesas,rcar-gen3-hscif", 440 "renesas,hscif"; 441 reg = <0 0xe66a0000 0 0x60>; 442 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>; 443 clocks = <&cpg CPG_MOD 517>, 444 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 445 <&scif_clk>; 446 clock-names = "fck", "brg_int", "scif_clk"; 447 dmas = <&dmac0 0x37>, <&dmac0 0x36>; 448 dma-names = "tx", "rx"; 449 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 450 resets = <&cpg 517>; 451 status = "disabled"; 452 }; 453 454 hscif4: serial@e66b0000 { 455 compatible = "renesas,hscif-r8a77990", 456 "renesas,rcar-gen3-hscif", 457 "renesas,hscif"; 458 reg = <0 0xe66b0000 0 0x60>; 459 interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; 460 clocks = <&cpg CPG_MOD 516>, 461 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 462 <&scif_clk>; 463 clock-names = "fck", "brg_int", "scif_clk"; 464 dmas = <&dmac0 0x39>, <&dmac0 0x38>; 465 dma-names = "tx", "rx"; 466 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 467 resets = <&cpg 516>; 468 status = "disabled"; 469 }; 470 471 hsusb: usb@e6590000 { 472 compatible = "renesas,usbhs-r8a77990", 473 "renesas,rcar-gen3-usbhs"; 474 reg = <0 0xe6590000 0 0x200>; 475 interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; 476 clocks = <&cpg CPG_MOD 704>, <&cpg CPG_MOD 703>; 477 dmas = <&usb_dmac0 0>, <&usb_dmac0 1>, 478 <&usb_dmac1 0>, <&usb_dmac1 1>; 479 dma-names = "ch0", "ch1", "ch2", "ch3"; 480 renesas,buswait = <11>; 481 phys = <&usb2_phy0>; 482 phy-names = "usb"; 483 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 484 resets = <&cpg 704>, <&cpg 703>; 485 status = "disabled"; 486 }; 487 488 usb_dmac0: dma-controller@e65a0000 { 489 compatible = "renesas,r8a77990-usb-dmac", 490 "renesas,usb-dmac"; 491 reg = <0 0xe65a0000 0 0x100>; 492 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH 493 GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; 494 interrupt-names = "ch0", "ch1"; 495 clocks = <&cpg CPG_MOD 330>; 496 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 497 resets = <&cpg 330>; 498 #dma-cells = <1>; 499 dma-channels = <2>; 500 }; 501 502 usb_dmac1: dma-controller@e65b0000 { 503 compatible = "renesas,r8a77990-usb-dmac", 504 "renesas,usb-dmac"; 505 reg = <0 0xe65b0000 0 0x100>; 506 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH 507 GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; 508 interrupt-names = "ch0", "ch1"; 509 clocks = <&cpg CPG_MOD 331>; 510 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 511 resets = <&cpg 331>; 512 #dma-cells = <1>; 513 dma-channels = <2>; 514 }; 515 |
|
344 dmac0: dma-controller@e6700000 { 345 compatible = "renesas,dmac-r8a77990", 346 "renesas,rcar-dmac"; 347 reg = <0 0xe6700000 0 0x10000>; 348 interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH 349 GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH 350 GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH 351 GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH --- 231 unchanged lines hidden (view full) --- 583 "ch12", "ch13", "ch14", "ch15", 584 "ch16", "ch17", "ch18", "ch19", 585 "ch20", "ch21", "ch22", "ch23", 586 "ch24"; 587 clocks = <&cpg CPG_MOD 812>; 588 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 589 resets = <&cpg 812>; 590 phy-mode = "rgmii"; | 516 dmac0: dma-controller@e6700000 { 517 compatible = "renesas,dmac-r8a77990", 518 "renesas,rcar-dmac"; 519 reg = <0 0xe6700000 0 0x10000>; 520 interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH 521 GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH 522 GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH 523 GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH --- 231 unchanged lines hidden (view full) --- 755 "ch12", "ch13", "ch14", "ch15", 756 "ch16", "ch17", "ch18", "ch19", 757 "ch20", "ch21", "ch22", "ch23", 758 "ch24"; 759 clocks = <&cpg CPG_MOD 812>; 760 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 761 resets = <&cpg 812>; 762 phy-mode = "rgmii"; |
763 iommus = <&ipmmu_ds0 16>; |
|
591 #address-cells = <1>; 592 #size-cells = <0>; 593 status = "disabled"; 594 }; 595 596 pwm0: pwm@e6e30000 { 597 compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar"; 598 reg = <0 0xe6e30000 0 0x8>; --- 59 unchanged lines hidden (view full) --- 658 reg = <0 0xe6e36000 0 0x8>; 659 clocks = <&cpg CPG_MOD 523>; 660 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 661 resets = <&cpg 523>; 662 #pwm-cells = <2>; 663 status = "disabled"; 664 }; 665 | 764 #address-cells = <1>; 765 #size-cells = <0>; 766 status = "disabled"; 767 }; 768 769 pwm0: pwm@e6e30000 { 770 compatible = "renesas,pwm-r8a77990", "renesas,pwm-rcar"; 771 reg = <0 0xe6e30000 0 0x8>; --- 59 unchanged lines hidden (view full) --- 831 reg = <0 0xe6e36000 0 0x8>; 832 clocks = <&cpg CPG_MOD 523>; 833 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 834 resets = <&cpg 523>; 835 #pwm-cells = <2>; 836 status = "disabled"; 837 }; 838 |
839 scif0: serial@e6e60000 { 840 compatible = "renesas,scif-r8a77990", 841 "renesas,rcar-gen3-scif", "renesas,scif"; 842 reg = <0 0xe6e60000 0 64>; 843 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>; 844 clocks = <&cpg CPG_MOD 207>, 845 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 846 <&scif_clk>; 847 clock-names = "fck", "brg_int", "scif_clk"; 848 dmas = <&dmac1 0x51>, <&dmac1 0x50>, 849 <&dmac2 0x51>, <&dmac2 0x50>; 850 dma-names = "tx", "rx", "tx", "rx"; 851 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 852 resets = <&cpg 207>; 853 status = "disabled"; 854 }; 855 856 scif1: serial@e6e68000 { 857 compatible = "renesas,scif-r8a77990", 858 "renesas,rcar-gen3-scif", "renesas,scif"; 859 reg = <0 0xe6e68000 0 64>; 860 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>; 861 clocks = <&cpg CPG_MOD 206>, 862 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 863 <&scif_clk>; 864 clock-names = "fck", "brg_int", "scif_clk"; 865 dmas = <&dmac1 0x53>, <&dmac1 0x52>, 866 <&dmac2 0x53>, <&dmac2 0x52>; 867 dma-names = "tx", "rx", "tx", "rx"; 868 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 869 resets = <&cpg 206>; 870 status = "disabled"; 871 }; 872 |
|
666 scif2: serial@e6e88000 { 667 compatible = "renesas,scif-r8a77990", 668 "renesas,rcar-gen3-scif", "renesas,scif"; 669 reg = <0 0xe6e88000 0 64>; 670 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; 671 clocks = <&cpg CPG_MOD 310>, 672 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 673 <&scif_clk>; 674 clock-names = "fck", "brg_int", "scif_clk"; 675 676 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 677 resets = <&cpg 310>; 678 status = "disabled"; 679 }; 680 | 873 scif2: serial@e6e88000 { 874 compatible = "renesas,scif-r8a77990", 875 "renesas,rcar-gen3-scif", "renesas,scif"; 876 reg = <0 0xe6e88000 0 64>; 877 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; 878 clocks = <&cpg CPG_MOD 310>, 879 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 880 <&scif_clk>; 881 clock-names = "fck", "brg_int", "scif_clk"; 882 883 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 884 resets = <&cpg 310>; 885 status = "disabled"; 886 }; 887 |
888 scif3: serial@e6c50000 { 889 compatible = "renesas,scif-r8a77990", 890 "renesas,rcar-gen3-scif", "renesas,scif"; 891 reg = <0 0xe6c50000 0 64>; 892 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; 893 clocks = <&cpg CPG_MOD 204>, 894 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 895 <&scif_clk>; 896 clock-names = "fck", "brg_int", "scif_clk"; 897 dmas = <&dmac0 0x57>, <&dmac0 0x56>; 898 dma-names = "tx", "rx"; 899 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 900 resets = <&cpg 204>; 901 status = "disabled"; 902 }; 903 904 scif4: serial@e6c40000 { 905 compatible = "renesas,scif-r8a77990", 906 "renesas,rcar-gen3-scif", "renesas,scif"; 907 reg = <0 0xe6c40000 0 64>; 908 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; 909 clocks = <&cpg CPG_MOD 203>, 910 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 911 <&scif_clk>; 912 clock-names = "fck", "brg_int", "scif_clk"; 913 dmas = <&dmac0 0x59>, <&dmac0 0x58>; 914 dma-names = "tx", "rx"; 915 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 916 resets = <&cpg 203>; 917 status = "disabled"; 918 }; 919 920 scif5: serial@e6f30000 { 921 compatible = "renesas,scif-r8a77990", 922 "renesas,rcar-gen3-scif", "renesas,scif"; 923 reg = <0 0xe6f30000 0 64>; 924 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 925 clocks = <&cpg CPG_MOD 202>, 926 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 927 <&scif_clk>; 928 clock-names = "fck", "brg_int", "scif_clk"; 929 dmas = <&dmac1 0x5b>, <&dmac1 0x5a>, 930 <&dmac2 0x5b>, <&dmac2 0x5a>; 931 dma-names = "tx", "rx", "tx", "rx"; 932 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 933 resets = <&cpg 202>; 934 status = "disabled"; 935 }; 936 |
|
681 msiof0: spi@e6e90000 { 682 compatible = "renesas,msiof-r8a77990", 683 "renesas,rcar-gen3-msiof"; 684 reg = <0 0xe6e90000 0 0x0064>; 685 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>; 686 clocks = <&cpg CPG_MOD 211>; | 937 msiof0: spi@e6e90000 { 938 compatible = "renesas,msiof-r8a77990", 939 "renesas,rcar-gen3-msiof"; 940 reg = <0 0xe6e90000 0 0x0064>; 941 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>; 942 clocks = <&cpg CPG_MOD 211>; |
943 dmas = <&dmac1 0x41>, <&dmac1 0x40>, 944 <&dmac2 0x41>, <&dmac2 0x40>; 945 dma-names = "tx", "rx", "tx", "rx"; |
|
687 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 688 resets = <&cpg 211>; 689 #address-cells = <1>; 690 #size-cells = <0>; 691 status = "disabled"; 692 }; 693 694 msiof1: spi@e6ea0000 { 695 compatible = "renesas,msiof-r8a77990", 696 "renesas,rcar-gen3-msiof"; 697 reg = <0 0xe6ea0000 0 0x0064>; 698 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>; 699 clocks = <&cpg CPG_MOD 210>; | 946 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 947 resets = <&cpg 211>; 948 #address-cells = <1>; 949 #size-cells = <0>; 950 status = "disabled"; 951 }; 952 953 msiof1: spi@e6ea0000 { 954 compatible = "renesas,msiof-r8a77990", 955 "renesas,rcar-gen3-msiof"; 956 reg = <0 0xe6ea0000 0 0x0064>; 957 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>; 958 clocks = <&cpg CPG_MOD 210>; |
959 dmas = <&dmac1 0x43>, <&dmac1 0x42>, 960 <&dmac2 0x43>, <&dmac2 0x42>; 961 dma-names = "tx", "rx", "tx", "rx"; |
|
700 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 701 resets = <&cpg 210>; 702 #address-cells = <1>; 703 #size-cells = <0>; 704 status = "disabled"; 705 }; 706 707 msiof2: spi@e6c00000 { 708 compatible = "renesas,msiof-r8a77990", 709 "renesas,rcar-gen3-msiof"; 710 reg = <0 0xe6c00000 0 0x0064>; 711 interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; 712 clocks = <&cpg CPG_MOD 209>; | 962 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 963 resets = <&cpg 210>; 964 #address-cells = <1>; 965 #size-cells = <0>; 966 status = "disabled"; 967 }; 968 969 msiof2: spi@e6c00000 { 970 compatible = "renesas,msiof-r8a77990", 971 "renesas,rcar-gen3-msiof"; 972 reg = <0 0xe6c00000 0 0x0064>; 973 interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; 974 clocks = <&cpg CPG_MOD 209>; |
975 dmas = <&dmac0 0x45>, <&dmac0 0x44>; 976 dma-names = "tx", "rx"; |
|
713 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 714 resets = <&cpg 209>; 715 #address-cells = <1>; 716 #size-cells = <0>; 717 status = "disabled"; 718 }; 719 720 msiof3: spi@e6c10000 { 721 compatible = "renesas,msiof-r8a77990", 722 "renesas,rcar-gen3-msiof"; 723 reg = <0 0xe6c10000 0 0x0064>; 724 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>; 725 clocks = <&cpg CPG_MOD 208>; | 977 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 978 resets = <&cpg 209>; 979 #address-cells = <1>; 980 #size-cells = <0>; 981 status = "disabled"; 982 }; 983 984 msiof3: spi@e6c10000 { 985 compatible = "renesas,msiof-r8a77990", 986 "renesas,rcar-gen3-msiof"; 987 reg = <0 0xe6c10000 0 0x0064>; 988 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>; 989 clocks = <&cpg CPG_MOD 208>; |
990 dmas = <&dmac0 0x47>, <&dmac0 0x46>; 991 dma-names = "tx", "rx"; |
|
726 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 727 resets = <&cpg 208>; 728 #address-cells = <1>; 729 #size-cells = <0>; 730 status = "disabled"; 731 }; 732 733 vin4: video@e6ef4000 { --- 39 unchanged lines hidden (view full) --- 773 774 vin5csi40: endpoint { 775 remote-endpoint= <&csi40vin5>; 776 }; 777 }; 778 }; 779 }; 780 | 992 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 993 resets = <&cpg 208>; 994 #address-cells = <1>; 995 #size-cells = <0>; 996 status = "disabled"; 997 }; 998 999 vin4: video@e6ef4000 { --- 39 unchanged lines hidden (view full) --- 1039 1040 vin5csi40: endpoint { 1041 remote-endpoint= <&csi40vin5>; 1042 }; 1043 }; 1044 }; 1045 }; 1046 |
1047 rcar_sound: sound@ec500000 { 1048 /* 1049 * #sound-dai-cells is required 1050 * 1051 * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>; 1052 * Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>; 1053 */ 1054 /* 1055 * #clock-cells is required for audio_clkout0/1/2/3 1056 * 1057 * clkout : #clock-cells = <0>; <&rcar_sound>; 1058 * clkout0/1/2/3: #clock-cells = <1>; <&rcar_sound N>; 1059 */ 1060 compatible = "renesas,rcar_sound-r8a77990", "renesas,rcar_sound-gen3"; 1061 reg = <0 0xec500000 0 0x1000>, /* SCU */ 1062 <0 0xec5a0000 0 0x100>, /* ADG */ 1063 <0 0xec540000 0 0x1000>, /* SSIU */ 1064 <0 0xec541000 0 0x280>, /* SSI */ 1065 <0 0xec760000 0 0x200>; /* Audio DMAC peri peri*/ 1066 reg-names = "scu", "adg", "ssiu", "ssi", "audmapp"; 1067 1068 clocks = <&cpg CPG_MOD 1005>, 1069 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>, 1070 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>, 1071 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>, 1072 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>, 1073 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>, 1074 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>, 1075 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>, 1076 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>, 1077 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>, 1078 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>, 1079 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, 1080 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, 1081 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>, 1082 <&audio_clk_a>, <&audio_clk_b>, 1083 <&audio_clk_c>, 1084 <&cpg CPG_CORE R8A77990_CLK_ZA2>; 1085 clock-names = "ssi-all", 1086 "ssi.9", "ssi.8", "ssi.7", "ssi.6", 1087 "ssi.5", "ssi.4", "ssi.3", "ssi.2", 1088 "ssi.1", "ssi.0", 1089 "src.9", "src.8", "src.7", "src.6", 1090 "src.5", "src.4", "src.3", "src.2", 1091 "src.1", "src.0", 1092 "mix.1", "mix.0", 1093 "ctu.1", "ctu.0", 1094 "dvc.0", "dvc.1", 1095 "clk_a", "clk_b", "clk_c", "clk_i"; 1096 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 1097 resets = <&cpg 1005>, 1098 <&cpg 1006>, <&cpg 1007>, 1099 <&cpg 1008>, <&cpg 1009>, 1100 <&cpg 1010>, <&cpg 1011>, 1101 <&cpg 1012>, <&cpg 1013>, 1102 <&cpg 1014>, <&cpg 1015>; 1103 reset-names = "ssi-all", 1104 "ssi.9", "ssi.8", "ssi.7", "ssi.6", 1105 "ssi.5", "ssi.4", "ssi.3", "ssi.2", 1106 "ssi.1", "ssi.0"; 1107 status = "disabled"; 1108 1109 rcar_sound,dvc { 1110 dvc0: dvc-0 { 1111 dmas = <&audma0 0xbc>; 1112 dma-names = "tx"; 1113 }; 1114 dvc1: dvc-1 { 1115 dmas = <&audma0 0xbe>; 1116 dma-names = "tx"; 1117 }; 1118 }; 1119 1120 rcar_sound,mix { 1121 mix0: mix-0 { }; 1122 mix1: mix-1 { }; 1123 }; 1124 1125 rcar_sound,ctu { 1126 ctu00: ctu-0 { }; 1127 ctu01: ctu-1 { }; 1128 ctu02: ctu-2 { }; 1129 ctu03: ctu-3 { }; 1130 ctu10: ctu-4 { }; 1131 ctu11: ctu-5 { }; 1132 ctu12: ctu-6 { }; 1133 ctu13: ctu-7 { }; 1134 }; 1135 1136 rcar_sound,src { 1137 src0: src-0 { 1138 interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>; 1139 dmas = <&audma0 0x85>, <&audma0 0x9a>; 1140 dma-names = "rx", "tx"; 1141 }; 1142 src1: src-1 { 1143 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>; 1144 dmas = <&audma0 0x87>, <&audma0 0x9c>; 1145 dma-names = "rx", "tx"; 1146 }; 1147 src2: src-2 { 1148 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>; 1149 dmas = <&audma0 0x89>, <&audma0 0x9e>; 1150 dma-names = "rx", "tx"; 1151 }; 1152 src3: src-3 { 1153 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; 1154 dmas = <&audma0 0x8b>, <&audma0 0xa0>; 1155 dma-names = "rx", "tx"; 1156 }; 1157 src4: src-4 { 1158 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; 1159 dmas = <&audma0 0x8d>, <&audma0 0xb0>; 1160 dma-names = "rx", "tx"; 1161 }; 1162 src5: src-5 { 1163 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>; 1164 dmas = <&audma0 0x8f>, <&audma0 0xb2>; 1165 dma-names = "rx", "tx"; 1166 }; 1167 src6: src-6 { 1168 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>; 1169 dmas = <&audma0 0x91>, <&audma0 0xb4>; 1170 dma-names = "rx", "tx"; 1171 }; 1172 src7: src-7 { 1173 interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>; 1174 dmas = <&audma0 0x93>, <&audma0 0xb6>; 1175 dma-names = "rx", "tx"; 1176 }; 1177 src8: src-8 { 1178 interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>; 1179 dmas = <&audma0 0x95>, <&audma0 0xb8>; 1180 dma-names = "rx", "tx"; 1181 }; 1182 src9: src-9 { 1183 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>; 1184 dmas = <&audma0 0x97>, <&audma0 0xba>; 1185 dma-names = "rx", "tx"; 1186 }; 1187 }; 1188 1189 rcar_sound,ssi { 1190 ssi0: ssi-0 { 1191 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>; 1192 dmas = <&audma0 0x01>, <&audma0 0x02>, 1193 <&audma0 0x15>, <&audma0 0x16>; 1194 dma-names = "rx", "tx", "rxu", "txu"; 1195 }; 1196 ssi1: ssi-1 { 1197 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>; 1198 dmas = <&audma0 0x03>, <&audma0 0x04>, 1199 <&audma0 0x49>, <&audma0 0x4a>; 1200 dma-names = "rx", "tx", "rxu", "txu"; 1201 }; 1202 ssi2: ssi-2 { 1203 interrupts = <GIC_SPI 372 IRQ_TYPE_LEVEL_HIGH>; 1204 dmas = <&audma0 0x05>, <&audma0 0x06>, 1205 <&audma0 0x63>, <&audma0 0x64>; 1206 dma-names = "rx", "tx", "rxu", "txu"; 1207 }; 1208 ssi3: ssi-3 { 1209 interrupts = <GIC_SPI 373 IRQ_TYPE_LEVEL_HIGH>; 1210 dmas = <&audma0 0x07>, <&audma0 0x08>, 1211 <&audma0 0x6f>, <&audma0 0x70>; 1212 dma-names = "rx", "tx", "rxu", "txu"; 1213 }; 1214 ssi4: ssi-4 { 1215 interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>; 1216 dmas = <&audma0 0x09>, <&audma0 0x0a>, 1217 <&audma0 0x71>, <&audma0 0x72>; 1218 dma-names = "rx", "tx", "rxu", "txu"; 1219 }; 1220 ssi5: ssi-5 { 1221 interrupts = <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>; 1222 dmas = <&audma0 0x0b>, <&audma0 0x0c>, 1223 <&audma0 0x73>, <&audma0 0x74>; 1224 dma-names = "rx", "tx", "rxu", "txu"; 1225 }; 1226 ssi6: ssi-6 { 1227 interrupts = <GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>; 1228 dmas = <&audma0 0x0d>, <&audma0 0x0e>, 1229 <&audma0 0x75>, <&audma0 0x76>; 1230 dma-names = "rx", "tx", "rxu", "txu"; 1231 }; 1232 ssi7: ssi-7 { 1233 interrupts = <GIC_SPI 377 IRQ_TYPE_LEVEL_HIGH>; 1234 dmas = <&audma0 0x0f>, <&audma0 0x10>, 1235 <&audma0 0x79>, <&audma0 0x7a>; 1236 dma-names = "rx", "tx", "rxu", "txu"; 1237 }; 1238 ssi8: ssi-8 { 1239 interrupts = <GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>; 1240 dmas = <&audma0 0x11>, <&audma0 0x12>, 1241 <&audma0 0x7b>, <&audma0 0x7c>; 1242 dma-names = "rx", "tx", "rxu", "txu"; 1243 }; 1244 ssi9: ssi-9 { 1245 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>; 1246 dmas = <&audma0 0x13>, <&audma0 0x14>, 1247 <&audma0 0x7d>, <&audma0 0x7e>; 1248 dma-names = "rx", "tx", "rxu", "txu"; 1249 }; 1250 }; 1251 }; 1252 1253 audma0: dma-controller@ec700000 { 1254 compatible = "renesas,dmac-r8a77990", 1255 "renesas,rcar-dmac"; 1256 reg = <0 0xec700000 0 0x10000>; 1257 interrupts = <GIC_SPI 350 IRQ_TYPE_LEVEL_HIGH 1258 GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH 1259 GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH 1260 GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH 1261 GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH 1262 GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH 1263 GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH 1264 GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH 1265 GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH 1266 GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH 1267 GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH 1268 GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH 1269 GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH 1270 GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH 1271 GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH 1272 GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH 1273 GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>; 1274 interrupt-names = "error", 1275 "ch0", "ch1", "ch2", "ch3", 1276 "ch4", "ch5", "ch6", "ch7", 1277 "ch8", "ch9", "ch10", "ch11", 1278 "ch12", "ch13", "ch14", "ch15"; 1279 clocks = <&cpg CPG_MOD 502>; 1280 clock-names = "fck"; 1281 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 1282 resets = <&cpg 502>; 1283 #dma-cells = <1>; 1284 dma-channels = <16>; 1285 iommus = <&ipmmu_mp 0>, <&ipmmu_mp 1>, 1286 <&ipmmu_mp 2>, <&ipmmu_mp 3>, 1287 <&ipmmu_mp 4>, <&ipmmu_mp 5>, 1288 <&ipmmu_mp 6>, <&ipmmu_mp 7>, 1289 <&ipmmu_mp 8>, <&ipmmu_mp 9>, 1290 <&ipmmu_mp 10>, <&ipmmu_mp 11>, 1291 <&ipmmu_mp 12>, <&ipmmu_mp 13>, 1292 <&ipmmu_mp 14>, <&ipmmu_mp 15>; 1293 }; 1294 |
|
781 xhci0: usb@ee000000 { 782 compatible = "renesas,xhci-r8a77990", 783 "renesas,rcar-gen3-xhci"; 784 reg = <0 0xee000000 0 0xc00>; 785 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; 786 clocks = <&cpg CPG_MOD 328>; 787 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 788 resets = <&cpg 328>; 789 status = "disabled"; 790 }; 791 | 1295 xhci0: usb@ee000000 { 1296 compatible = "renesas,xhci-r8a77990", 1297 "renesas,rcar-gen3-xhci"; 1298 reg = <0 0xee000000 0 0xc00>; 1299 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; 1300 clocks = <&cpg CPG_MOD 328>; 1301 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 1302 resets = <&cpg 328>; 1303 status = "disabled"; 1304 }; 1305 |
1306 usb3_peri0: usb@ee020000 { 1307 compatible = "renesas,r8a77990-usb3-peri", 1308 "renesas,rcar-gen3-usb3-peri"; 1309 reg = <0 0xee020000 0 0x400>; 1310 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; 1311 clocks = <&cpg CPG_MOD 328>; 1312 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 1313 resets = <&cpg 328>; 1314 status = "disabled"; 1315 }; 1316 |
|
792 ohci0: usb@ee080000 { 793 compatible = "generic-ohci"; 794 reg = <0 0xee080000 0 0x100>; 795 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 796 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 797 phys = <&usb2_phy0>; 798 phy-names = "usb"; 799 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; --- 21 unchanged lines hidden (view full) --- 821 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 822 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 823 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 824 resets = <&cpg 703>, <&cpg 704>; 825 #phy-cells = <0>; 826 status = "disabled"; 827 }; 828 | 1317 ohci0: usb@ee080000 { 1318 compatible = "generic-ohci"; 1319 reg = <0 0xee080000 0 0x100>; 1320 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 1321 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 1322 phys = <&usb2_phy0>; 1323 phy-names = "usb"; 1324 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; --- 21 unchanged lines hidden (view full) --- 1346 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 1347 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 1348 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 1349 resets = <&cpg 703>, <&cpg 704>; 1350 #phy-cells = <0>; 1351 status = "disabled"; 1352 }; 1353 |
1354 sdhi0: sd@ee100000 { 1355 compatible = "renesas,sdhi-r8a77990", 1356 "renesas,rcar-gen3-sdhi"; 1357 reg = <0 0xee100000 0 0x2000>; 1358 interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>; 1359 clocks = <&cpg CPG_MOD 314>; 1360 max-frequency = <200000000>; 1361 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 1362 resets = <&cpg 314>; 1363 status = "disabled"; 1364 }; 1365 1366 sdhi1: sd@ee120000 { 1367 compatible = "renesas,sdhi-r8a77990", 1368 "renesas,rcar-gen3-sdhi"; 1369 reg = <0 0xee120000 0 0x2000>; 1370 interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>; 1371 clocks = <&cpg CPG_MOD 313>; 1372 max-frequency = <200000000>; 1373 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 1374 resets = <&cpg 313>; 1375 status = "disabled"; 1376 }; 1377 1378 sdhi3: sd@ee160000 { 1379 compatible = "renesas,sdhi-r8a77990", 1380 "renesas,rcar-gen3-sdhi"; 1381 reg = <0 0xee160000 0 0x2000>; 1382 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>; 1383 clocks = <&cpg CPG_MOD 311>; 1384 max-frequency = <200000000>; 1385 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 1386 resets = <&cpg 311>; 1387 status = "disabled"; 1388 }; 1389 |
|
829 gic: interrupt-controller@f1010000 { 830 compatible = "arm,gic-400"; 831 #interrupt-cells = <3>; 832 #address-cells = <0>; 833 interrupt-controller; 834 reg = <0x0 0xf1010000 0 0x1000>, 835 <0x0 0xf1020000 0 0x20000>, 836 <0x0 0xf1040000 0 0x20000>, --- 221 unchanged lines hidden --- | 1390 gic: interrupt-controller@f1010000 { 1391 compatible = "arm,gic-400"; 1392 #interrupt-cells = <3>; 1393 #address-cells = <0>; 1394 interrupt-controller; 1395 reg = <0x0 0xf1010000 0 0x1000>, 1396 <0x0 0xf1020000 0 0x20000>, 1397 <0x0 0xf1040000 0 0x20000>, --- 221 unchanged lines hidden --- |