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>
This commit is contained in:
Yoshihiro Shimoda 2017-08-03 21:28:44 +09:00 committed by Simon Horman
parent 3e95050a3d
commit 7b39ccbb4b
1 changed files with 8 additions and 1 deletions

View File

@ -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 {