diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2014-10-24 14:41:46 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-30 03:56:31 +0300 |
commit | 157fcd8a3e6fb46ad99b615838afe16e8fcebd61 (patch) | |
tree | 17c42a085f15da04bb2e1d3d8a65187b7b338993 /arch/arm/boot/dts/r8a7790.dtsi | |
parent | da33648c4296a8590fbeafd7c1ae4494dfe8b04c (diff) | |
download | linux-157fcd8a3e6fb46ad99b615838afe16e8fcebd61.tar.xz |
ARM: shmobile: r8a7790: add USB3.0 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/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 050e60890d7f..ad5df808900c 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1186,6 +1186,16 @@ status = "disabled"; }; + xhci: usb@ee000000 { + compatible = "renesas,xhci-r8a7790"; + reg = <0 0xee000000 0 0xc00>; + interrupts = <0 101 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&mstp3_clks R8A7790_CLK_SSUSB>; + phys = <&usb2 1>; + phy-names = "usb"; + status = "disabled"; + }; + pci0: pci@ee090000 { compatible = "renesas,pci-r8a7790"; device_type = "pci"; |