> Subject: [PATCH 5/7] ARM: dts: r8a77470: Add USB2.0 Host (EHCI/OHCI) device nodes > > Define the r8a77470 generic part of the USB2.0 Host Controller device > nodes (ehci[01]/ohci[01]). > > Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> Reviewed-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > --- > This patch is tested against renesas devel. > --- > arch/arm/boot/dts/r8a77470.dtsi | 50 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 50 insertions(+) > > diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470.dtsi > index 7d20c3b..935b82b 100644 > --- a/arch/arm/boot/dts/r8a77470.dtsi > +++ b/arch/arm/boot/dts/r8a77470.dtsi > @@ -528,6 +528,56 @@ > status = "disabled"; > }; > > +ohci0: usb@ee080000 { > +compatible = "generic-ohci"; > +reg = <0 0xee080000 0 0x100>; > +interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; > +clocks = <&cpg CPG_MOD 703>; > +phys = <&usb0 0>; > +phy-names = "usb"; > +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>; > +resets = <&cpg 703>; > +status = "disabled"; > +}; > + > +ohci1: usb@ee0c0000 { > +compatible = "generic-ohci"; > +reg = <0 0xee0c0000 0 0x100>; > +interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>; > +clocks = <&cpg CPG_MOD 705>; > +phys = <&usb1 0>, <&usb0 1>; > +phy-names = "usb"; > +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>; > +resets = <&cpg 705>; > +status = "disabled"; > +}; > + > +ehci0: usb@ee080100 { > +compatible = "generic-ehci"; > +reg = <0 0xee080100 0 0x100>; > +interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; > +clocks = <&cpg CPG_MOD 703>; > +phys = <&usb0 0>; > +phy-names = "usb"; > +companion = <&ohci0>; > +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>; > +resets = <&cpg 703>; > +status = "disabled"; > +}; > + > +ehci1: usb@ee0c0100 { > +compatible = "generic-ehci"; > +reg = <0 0xee0c0100 0 0x100>; > +interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>; > +clocks = <&cpg CPG_MOD 705>; > +phys = <&usb1 0>, <&usb0 1>; > +phy-names = "usb"; > +companion = <&ohci1>; > +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>; > +resets = <&cpg 705>; > +status = "disabled"; > +}; > + > sdhi0: sd@ee100000 { > compatible = "renesas,sdhi-r8a77470", > "renesas,rcar-gen2-sdhi"; > -- > 2.7.4 Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.