OSDN Git Service

arm64: dts: renesas: r8a77965: add USB 3.0 peripheral node
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Mon, 19 Mar 2018 12:28:27 +0000 (21:28 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 16 Apr 2018 14:02:42 +0000 (16:02 +0200)
This patch adds USB 3.0 peripheral node for r8a77965.

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/r8a77965.dtsi

index a34b80a..6f748e9 100644 (file)
                };
 
                usb3_peri0: usb@ee020000 {
+                       compatible = "renesas,r8a77965-usb3-peri",
+                                    "renesas,rcar-gen3-usb3-peri";
                        reg = <0 0xee020000 0 0x400>;
-                       /* placeholder */
+                       interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 328>;
+                       power-domains = <&sysc 32>;
+                       resets = <&cpg 328>;
+                       status = "disabled";
                };
 
                xhci0: usb@ee000000 {