arm64: dts: r8a7796: Add USB3.0 host device node
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 3 Aug 2017 12:28:44 +0000 (21:28 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 17 Aug 2017 09:03:40 +0000 (11:03 +0200)
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7796.dtsi

index 5301bfce15d50774db135aabea28f515d2d37300..882a5560ffe2768fa47e86cce86dc4040c651e36 100644 (file)
                };
 
                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 {