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

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

arm64: dts: renesas: r8a77995: draak: enable USB2.0 PHY



This patch enables USB2.0 PHY for R-Car D3 draak board.

Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 423254a1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -42,6 +42,10 @@
		function = "scif2";
	};

	usb0_pins: usb0 {
		groups = "usb0";
		function = "usb0";
	};
};

&scif2 {
@@ -51,6 +55,13 @@
	status = "okay";
};

&usb2_phy0 {
	pinctrl-0 = <&usb0_pins>;
	pinctrl-names = "default";

	status = "okay";
};

&rwdt {
	timeout-sec = <60>;
	status = "okay";