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

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

arm64: dts: r8a7796: Add USB3.0 host device node

parent 3e95050a
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1228,7 +1228,14 @@
		};

		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 {