ARM: dts: r7s9210: Add USB Device support
authorChris Brandt <chris.brandt@renesas.com>
Wed, 15 May 2019 15:20:47 +0000 (10:20 -0500)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 20 May 2019 11:41:21 +0000 (13:41 +0200)
Add USB Device support for RZ/A2.

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

index 066e6fe..3d0bbc1 100644 (file)
                        status = "disabled";
                };
 
+               usbhs0: usb@e8219000 {
+                       compatible = "renesas,usbhs-r7s9210", "renesas,rza2-usbhs";
+                       reg = <0xe8219000 0x724>;
+                       interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 61>;
+                       renesas,buswait = <7>;
+                       phys = <&usb2_phy0>;
+                       phy-names = "usb";
+                       power-domains = <&cpg>;
+                       status = "disabled";
+               };
+
                ohci1: usb@e821a000 {
                        compatible = "generic-ohci";
                        reg = <0xe821a000 0x100>;
                        status = "disabled";
                };
 
+               usbhs1: usb@e821b000 {
+                       compatible = "renesas,usbhs-r7s9210", "renesas,rza2-usbhs";
+                       reg = <0xe821b000 0x724>;
+                       interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 60>;
+                       renesas,buswait = <7>;
+                       phys = <&usb2_phy1>;
+                       phy-names = "usb";
+                       power-domains = <&cpg>;
+                       status = "disabled";
+               };
+
                sdhi0: sd@e8228000 {
                        compatible = "renesas,sdhi-r7s9210";
                        reg = <0xe8228000 0x8c0>;