r8a774b1.dtsi (10205618052908770451acd33eaeaa7685e97ed2) | r8a774b1.dtsi (e1076ce07b7736aed269c5d8154f2442970d9137) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the r8a774b1 SoC 4 * 5 * Copyright (C) 2019 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/interrupt-controller/irq.h> --- 695 unchanged lines hidden (view full) --- 704 renesas,buswait = <11>; 705 phys = <&usb2_phy0 3>; 706 phy-names = "usb"; 707 power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>; 708 resets = <&cpg 704>, <&cpg 703>; 709 status = "disabled"; 710 }; 711 | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the r8a774b1 SoC 4 * 5 * Copyright (C) 2019 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/interrupt-controller/irq.h> --- 695 unchanged lines hidden (view full) --- 704 renesas,buswait = <11>; 705 phys = <&usb2_phy0 3>; 706 phy-names = "usb"; 707 power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>; 708 resets = <&cpg 704>, <&cpg 703>; 709 status = "disabled"; 710 }; 711 |
712 usb2_clksel: clock-controller@e6590630 { 713 compatible = "renesas,r8a774b1-rcar-usb2-clock-sel", 714 "renesas,rcar-gen3-usb2-clock-sel"; 715 reg = <0 0xe6590630 0 0x02>; 716 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>, 717 <&usb_extal_clk>, <&usb3s0_clk>; 718 clock-names = "ehci_ohci", "hs-usb-if", 719 "usb_extal", "usb_xtal"; 720 #clock-cells = <0>; 721 power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>; 722 resets = <&cpg 703>, <&cpg 704>; 723 reset-names = "ehci_ohci", "hs-usb-if"; 724 status = "disabled"; 725 }; 726 |
|
712 usb_dmac0: dma-controller@e65a0000 { 713 compatible = "renesas,r8a774b1-usb-dmac", 714 "renesas,usb-dmac"; 715 reg = <0 0xe65a0000 0 0x100>; 716 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, 717 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; 718 interrupt-names = "ch0", "ch1"; 719 clocks = <&cpg CPG_MOD 330>; --- 1951 unchanged lines hidden --- | 727 usb_dmac0: dma-controller@e65a0000 { 728 compatible = "renesas,r8a774b1-usb-dmac", 729 "renesas,usb-dmac"; 730 reg = <0 0xe65a0000 0 0x100>; 731 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, 732 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; 733 interrupt-names = "ch0", "ch1"; 734 clocks = <&cpg CPG_MOD 330>; --- 1951 unchanged lines hidden --- |