diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2017-08-03 14:28:44 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-08-17 11:03:40 +0200 |
commit | 7b39ccbb4be708c49c7cbd1ce1b91d026c007f1b (patch) | |
tree | cf8485e264d95d1b252d62aed650469945e2c327 /arch/arm64/boot/dts/renesas | |
parent | arm64: dts: r8a7796: add USB2.0 Host (EHCI/OHCI) device nodes (diff) | |
download | linux-7b39ccbb4be708c49c7cbd1ce1b91d026c007f1b.tar.xz linux-7b39ccbb4be708c49c7cbd1ce1b91d026c007f1b.zip |
arm64: dts: r8a7796: Add USB3.0 host device node
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot/dts/renesas')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7796.dtsi | 9 |
1 files changed, 8 insertions, 1 deletions
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 = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&cpg CPG_MOD 328>; + power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; + resets = <&cpg 328>; + status = "disabled"; }; ohci0: usb@ee080000 { |