r8a77961.dtsi (667fd76faaf96e81767191858ed7e1c9cf5c6580) r8a77961.dtsi (8ab47ffc8d5d8df240ea56cdc5da9c6606dd7c36)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car M3-W+ (R8A77961) SoC
4 *
5 * Copyright (C) 2016-2017 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/clock/r8a77961-cpg-mssr.h>

--- 664 unchanged lines hidden (view full) ---

673 clocks = <&cpg CPG_MOD 331>;
674 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>;
675 resets = <&cpg 331>;
676 #dma-cells = <1>;
677 dma-channels = <2>;
678 };
679
680 usb3_phy0: usb-phy@e65ee000 {
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car M3-W+ (R8A77961) SoC
4 *
5 * Copyright (C) 2016-2017 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/clock/r8a77961-cpg-mssr.h>

--- 664 unchanged lines hidden (view full) ---

673 clocks = <&cpg CPG_MOD 331>;
674 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>;
675 resets = <&cpg 331>;
676 #dma-cells = <1>;
677 dma-channels = <2>;
678 };
679
680 usb3_phy0: usb-phy@e65ee000 {
681 compatible = "renesas,r8a77961-usb3-phy",
682 "renesas,rcar-gen3-usb3-phy";
681 reg = <0 0xe65ee000 0 0x90>;
683 reg = <0 0xe65ee000 0 0x90>;
684 clocks = <&cpg CPG_MOD 328>, <&usb3s0_clk>,
685 <&usb_extal_clk>;
686 clock-names = "usb3-if", "usb3s_clk", "usb_extal";
687 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>;
688 resets = <&cpg 328>;
682 #phy-cells = <0>;
689 #phy-cells = <0>;
683 /* placeholder */
690 status = "disabled";
684 };
685
686 arm_cc630p: crypto@e6601000 {
687 compatible = "arm,cryptocell-630p-ree";
688 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
689 reg = <0x0 0xe6601000 0 0x1000>;
690 clocks = <&cpg CPG_MOD 229>;
691 resets = <&cpg 229>;

--- 232 unchanged lines hidden (view full) ---

924 rcar_sound,ssi {
925 ssi0: ssi-0 { };
926 ssi1: ssi-1 { };
927 ssi2: ssi-2 { };
928 };
929 };
930
931 xhci0: usb@ee000000 {
691 };
692
693 arm_cc630p: crypto@e6601000 {
694 compatible = "arm,cryptocell-630p-ree";
695 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
696 reg = <0x0 0xe6601000 0 0x1000>;
697 clocks = <&cpg CPG_MOD 229>;
698 resets = <&cpg 229>;

--- 232 unchanged lines hidden (view full) ---

931 rcar_sound,ssi {
932 ssi0: ssi-0 { };
933 ssi1: ssi-1 { };
934 ssi2: ssi-2 { };
935 };
936 };
937
938 xhci0: usb@ee000000 {
939 compatible = "renesas,xhci-r8a77961",
940 "renesas,rcar-gen3-xhci";
932 reg = <0 0xee000000 0 0xc00>;
941 reg = <0 0xee000000 0 0xc00>;
933 /* placeholder */
942 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
943 clocks = <&cpg CPG_MOD 328>;
944 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>;
945 resets = <&cpg 328>;
946 status = "disabled";
934 };
935
936 usb3_peri0: usb@ee020000 {
947 };
948
949 usb3_peri0: usb@ee020000 {
950 compatible = "renesas,r8a77961-usb3-peri",
951 "renesas,rcar-gen3-usb3-peri";
937 reg = <0 0xee020000 0 0x400>;
952 reg = <0 0xee020000 0 0x400>;
938 /* placeholder */
953 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
954 clocks = <&cpg CPG_MOD 328>;
955 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>;
956 resets = <&cpg 328>;
957 status = "disabled";
939 };
940
941 ohci0: usb@ee080000 {
942 compatible = "generic-ohci";
943 reg = <0 0xee080000 0 0x100>;
944 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
945 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
946 phys = <&usb2_phy0 1>;

--- 313 unchanged lines hidden ---
958 };
959
960 ohci0: usb@ee080000 {
961 compatible = "generic-ohci";
962 reg = <0 0xee080000 0 0x100>;
963 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
964 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
965 phys = <&usb2_phy0 1>;

--- 313 unchanged lines hidden ---