]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: r7s72100: add USB device to device tree
authorChris Brandt <chris.brandt@renesas.com>
Mon, 8 Jan 2018 12:30:55 +0000 (07:30 -0500)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 16 Apr 2018 14:01:55 +0000 (16:01 +0200)
Add USB device support.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s72100.dtsi

index ab9645a42eca3811084c7b09cfddfdeebd497f81..bd6366d1800bafa631bc2778aa6a9a18e052861e 100644 (file)
@@ -667,4 +667,24 @@ GIC_SPI 277 IRQ_TYPE_EDGE_RISING
                power-domains = <&cpg_clocks>;
                status = "disabled";
        };
+
+       usbhs0: usb@e8010000 {
+               compatible = "renesas,usbhs-r7s72100", "renesas,rza1-usbhs";
+               reg = <0xe8010000 0x1a0>;
+               interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&mstp7_clks R7S72100_CLK_USB0>;
+               renesas,buswait = <4>;
+               power-domains = <&cpg_clocks>;
+               status = "disabled";
+       };
+
+       usbhs1: usb@e8207000 {
+               compatible = "renesas,usbhs-r7s72100", "renesas,rza1-usbhs";
+               reg = <0xe8207000 0x1a0>;
+               interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&mstp7_clks R7S72100_CLK_USB1>;
+               renesas,buswait = <4>;
+               power-domains = <&cpg_clocks>;
+               status = "disabled";
+       };
 };