Skip to content

Commit

Permalink
ARM: shmobile: r8a7791: add USB3.0 device node
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Yoshihiro Shimoda authored and Simon Horman committed Oct 30, 2014
1 parent 37f7c1b commit c196931
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/r8a7791.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,16 @@
status = "disabled";
};

xhci: usb@ee000000 {
compatible = "renesas,xhci-r8a7791";
reg = <0 0xee000000 0 0xc00>;
interrupts = <0 101 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7791_CLK_SSUSB>;
phys = <&usb2 1>;
phy-names = "usb";
status = "disabled";
};

pci0: pci@ee090000 {
compatible = "renesas,pci-r8a7791";
device_type = "pci";
Expand Down

0 comments on commit c196931

Please sign in to comment.