r8a774a1.dtsi (10205618052908770451acd33eaeaa7685e97ed2) r8a774a1.dtsi (e1076ce07b7736aed269c5d8154f2442970d9137)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the r8a774a1 SoC
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/interrupt-controller/irq.h>

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

830 renesas,buswait = <11>;
831 phys = <&usb2_phy0 3>;
832 phy-names = "usb";
833 power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
834 resets = <&cpg 704>, <&cpg 703>;
835 status = "disabled";
836 };
837
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the r8a774a1 SoC
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/interrupt-controller/irq.h>

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

830 renesas,buswait = <11>;
831 phys = <&usb2_phy0 3>;
832 phy-names = "usb";
833 power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
834 resets = <&cpg 704>, <&cpg 703>;
835 status = "disabled";
836 };
837
838 usb2_clksel: clock-controller@e6590630 {
839 compatible = "renesas,r8a774a1-rcar-usb2-clock-sel",
840 "renesas,rcar-gen3-usb2-clock-sel";
841 reg = <0 0xe6590630 0 0x02>;
842 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>,
843 <&usb_extal_clk>, <&usb3s0_clk>;
844 clock-names = "ehci_ohci", "hs-usb-if",
845 "usb_extal", "usb_xtal";
846 #clock-cells = <0>;
847 power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
848 resets = <&cpg 703>, <&cpg 704>;
849 reset-names = "ehci_ohci", "hs-usb-if";
850 status = "disabled";
851 };
852
838 usb_dmac0: dma-controller@e65a0000 {
839 compatible = "renesas,r8a774a1-usb-dmac",
840 "renesas,usb-dmac";
841 reg = <0 0xe65a0000 0 0x100>;
842 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
843 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
844 interrupt-names = "ch0", "ch1";
845 clocks = <&cpg CPG_MOD 330>;

--- 1984 unchanged lines hidden ---
853 usb_dmac0: dma-controller@e65a0000 {
854 compatible = "renesas,r8a774a1-usb-dmac",
855 "renesas,usb-dmac";
856 reg = <0 0xe65a0000 0 0x100>;
857 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
858 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
859 interrupt-names = "ch0", "ch1";
860 clocks = <&cpg CPG_MOD 330>;

--- 1984 unchanged lines hidden ---