From: Yoshihiro Shimoda Date: Thu, 3 Aug 2017 12:28:44 +0000 (+0900) Subject: arm64: dts: r8a7796: Add USB3.0 host device node X-Git-Tag: rel_imx_4.19.35_1.1.0~11730^2^2~10^2~3 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=7b39ccbb4be708c49c7cbd1ce1b91d026c007f1b;p=linux.git arm64: dts: r8a7796: Add USB3.0 host device node Signed-off-by: Yoshihiro Shimoda Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index 5301bfce15d5..882a5560ffe2 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi @@ -1228,7 +1228,14 @@ }; xhci0: usb@ee000000 { - /* placeholder */ + compatible = "renesas,xhci-r8a7796", + "renesas,rcar-gen3-xhci"; + reg = <0 0xee000000 0 0xc00>; + interrupts = ; + clocks = <&cpg CPG_MOD 328>; + power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; + resets = <&cpg 328>; + status = "disabled"; }; ohci0: usb@ee080000 {