Commit 4f6780c1 authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable USB2.0 support



Enable USB2.0 support on the RZ/V2N EVK board, CN2 connector on the EVK
supports host/function operation.

Signed-off-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250528140453.181851-3-prabhakar.mahadev-lad.rj@bp.renesas.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent f46bcf3a
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -72,6 +72,11 @@ &audio_extal_clk {
	clock-frequency = <22579200>;
};

&ehci0 {
	dr_mode = "otg";
	status = "okay";
};

&eth0 {
	pinctrl-0 = <&eth0_pins>;
	pinctrl-names = "default";
@@ -93,6 +98,11 @@ &gpu {
	mali-supply = <&reg_0p8v>;
};

&hsusb {
	dr_mode = "otg";
	status = "okay";
};

&i2c0 {
	pinctrl-0 = <&i2c0_pins>;
	pinctrl-names = "default";
@@ -180,6 +190,11 @@ phy1: ethernet-phy@1 {
	};
};

&ohci0 {
	dr_mode = "otg";
	status = "okay";
};

&ostm0 {
	status = "okay";
};
@@ -292,6 +307,16 @@ sd1-dat-cmd {
			slew-rate = <0>;
		};
	};

	usb20_pins: usb20 {
		ovc {
			pinmux =  <RZV2N_PORT_PINMUX(9, 6, 14)>; /* OVC */
		};

		vbus {
			pinmux = <RZV2N_PORT_PINMUX(9, 5, 14)>; /* VBUS */
		};
	};
};

&qextal_clk {
@@ -320,6 +345,17 @@ &sdhi1 {
	status = "okay";
};

&usb20phyrst {
	status = "okay";
};

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

	status = "okay";
};

&wdt1 {
	status = "okay";
};