mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
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: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250528140453.181851-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
f46bcf3a9a
commit
4f6780c14f
|
|
@ -72,6 +72,11 @@ &audio_extal_clk {
|
|||
clock-frequency = <22579200>;
|
||||
};
|
||||
|
||||
&ehci0 {
|
||||
dr_mode = "otg";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ð0 {
|
||||
pinctrl-0 = <ð0_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
|
@ -93,6 +98,11 @@ &gpu {
|
|||
mali-supply = <®_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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user