From: Biju Das Date: Mon, 23 Oct 2017 17:09:26 +0000 (+0100) Subject: ARM: dts: r8a7745: Add HS-USB device node X-Git-Tag: v5.15~9499^2~60^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5a541b81bc02d0746bf78ca7bfa9080d91c3aff;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: r8a7745: Add HS-USB device node From: Biju Das Define the R8A7745 generic part of the HS-USB device node. It is up to the board file to enable the device. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi index 6ad93f0..432aa48 100644 --- a/arch/arm/boot/dts/r8a7745.dtsi +++ b/arch/arm/boot/dts/r8a7745.dtsi @@ -917,6 +917,20 @@ }; }; + hsusb: usb@e6590000 { + compatible = "renesas,usbhs-r8a7745", + "renesas,rcar-gen2-usbhs"; + reg = <0 0xe6590000 0 0x100>; + interrupts = ; + clocks = <&cpg CPG_MOD 704>; + power-domains = <&sysc R8A7745_PD_ALWAYS_ON>; + resets = <&cpg 704>; + renesas,buswait = <4>; + phys = <&usb0 1>; + phy-names = "usb"; + status = "disabled"; + }; + usbphy: usb-phy@e6590100 { compatible = "renesas,usb-phy-r8a7745", "renesas,rcar-gen2-usb-phy";