Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a06e8af8 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman
Browse files

arm64: dts: renesas: r8a77965: add HS-USB node



This patch adds HS-USB node for r8a77965.

Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent dc682851
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -861,8 +861,20 @@
		};

		hsusb: usb@e6590000 {
			compatible = "renesas,usbhs-r8a7796",
				     "renesas,rcar-gen3-usbhs";
			reg = <0 0xe6590000 0 0x100>;
			/* placeholder */
			interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 704>;
			dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
			       <&usb_dmac1 0>, <&usb_dmac1 1>;
			dma-names = "ch0", "ch1", "ch2", "ch3";
			renesas,buswait = <11>;
			phys = <&usb2_phy0>;
			phy-names = "usb";
			power-domains = <&sysc 32>;
			resets = <&cpg 704>;
			status = "disabled";
		};

		pciec0: pcie@fe000000 {