public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support
@ 2026-01-19 12:50 Ovidiu Panait
  2026-01-19 12:50 ` [PATCH 6.1.y-cip 1/6] clk: renesas: r9a09g056: Add clock and reset entries for USB2.0 Ovidiu Panait
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Ovidiu Panait @ 2026-01-19 12:50 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

Hi,

This series adds USB2.0 support for the Renesas RZ/V2N SoC.

Patches were cherry-picked from mainline kernel.

Best regards,
Ovidiu

Lad Prabhakar (6):
  clk: renesas: r9a09g056: Add clock and reset entries for USB2.0
  dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/V2N SoC support
  dt-bindings: usb: renesas,usbhs: Add RZ/V2N SoC support
  dt-bindings: phy: renesas,usb2-phy: Document RZ/V2N SoC support
  arm64: dts: renesas: r9a09g056: Add USB2.0 support
  arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable USB2.0 support

 .../bindings/phy/renesas,usb2-phy.yaml        |  4 ++
 .../reset/renesas,rzv2h-usb2phy-reset.yaml    |  7 +-
 .../bindings/usb/renesas,usbhs.yaml           |  1 +
 arch/arm64/boot/dts/renesas/r9a09g056.dtsi    | 66 +++++++++++++++++++
 .../dts/renesas/r9a09g056n48-rzv2n-evk.dts    | 36 ++++++++++
 drivers/clk/renesas/r9a09g056-cpg.c           | 10 +++
 6 files changed, 123 insertions(+), 1 deletion(-)

-- 
2.51.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 6.1.y-cip 1/6] clk: renesas: r9a09g056: Add clock and reset entries for USB2.0
  2026-01-19 12:50 [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support Ovidiu Panait
@ 2026-01-19 12:50 ` Ovidiu Panait
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 2/6] dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/V2N SoC support Ovidiu Panait
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Ovidiu Panait @ 2026-01-19 12:50 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

commit e6b6e3e08f012f967bb0babf4b0da4535d7f617b upstream.

Add clock and reset entries for USB2.0.

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/20250528132558.167178-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com>
---
 drivers/clk/renesas/r9a09g056-cpg.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/drivers/clk/renesas/r9a09g056-cpg.c b/drivers/clk/renesas/r9a09g056-cpg.c
index 7e34c4259a6c..75059c436334 100644
--- a/drivers/clk/renesas/r9a09g056-cpg.c
+++ b/drivers/clk/renesas/r9a09g056-cpg.c
@@ -127,6 +127,7 @@ static const struct cpg_core_clk r9a09g056_core_clks[] __initconst = {
 	DEF_DDIV("ca55_0_coreclk3", R9A09G056_CA55_0_CORE_CLK3, CLK_PLLCA55,
 		 CDDIV1_DIVCTL3, dtable_1_8),
 	DEF_FIXED("iotop_0_shclk", R9A09G056_IOTOP_0_SHCLK, CLK_PLLCM33_DIV16, 1, 1),
+	DEF_FIXED("usb2_0_clk_core0", R9A09G056_USB2_0_CLK_CORE0, CLK_QEXTAL, 1, 1),
 	DEF_FIXED("gbeth_0_clk_ptp_ref_i", R9A09G056_GBETH_0_CLK_PTP_REF_I,
 		  CLK_PLLETH_DIV_125_FIX, 1, 1),
 	DEF_FIXED("gbeth_1_clk_ptp_ref_i", R9A09G056_GBETH_1_CLK_PTP_REF_I,
@@ -212,6 +213,12 @@ static const struct rzv2h_mod_clk r9a09g056_mod_clks[] __initconst = {
 						BUS_MSTOP(8, BIT(4))),
 	DEF_MOD("sdhi_2_aclk",			CLK_PLLDTY_ACPU_DIV4, 10, 14, 5, 14,
 						BUS_MSTOP(8, BIT(4))),
+	DEF_MOD("usb2_0_u2h0_hclk",		CLK_PLLDTY_DIV8, 11, 3, 5, 19,
+						BUS_MSTOP(7, BIT(7))),
+	DEF_MOD("usb2_0_u2p_exr_cpuclk",	CLK_PLLDTY_ACPU_DIV4, 11, 5, 5, 21,
+						BUS_MSTOP(7, BIT(9))),
+	DEF_MOD("usb2_0_pclk_usbtst0",		CLK_PLLDTY_ACPU_DIV4, 11, 6, 5, 22,
+						BUS_MSTOP(7, BIT(10))),
 	DEF_MOD_MUX_EXTERNAL("gbeth_0_clk_tx_i", CLK_SMUX2_GBE0_TXCLK, 11, 8, 5, 24,
 						BUS_MSTOP(8, BIT(5)), 1),
 	DEF_MOD_MUX_EXTERNAL("gbeth_0_clk_rx_i", CLK_SMUX2_GBE0_RXCLK, 11, 9, 5, 25,
@@ -267,6 +274,9 @@ static const struct rzv2h_reset r9a09g056_resets[] __initconst = {
 	DEF_RST(10, 7, 4, 24),		/* SDHI_0_IXRST */
 	DEF_RST(10, 8, 4, 25),		/* SDHI_1_IXRST */
 	DEF_RST(10, 9, 4, 26),		/* SDHI_2_IXRST */
+	DEF_RST(10, 12, 4, 29),		/* USB2_0_U2H0_HRESETN */
+	DEF_RST(10, 14, 4, 31),		/* USB2_0_U2P_EXL_SYSRST */
+	DEF_RST(10, 15, 5, 0),		/* USB2_0_PRESETN */
 	DEF_RST(11, 0, 5, 1),		/* GBETH_0_ARESETN_I */
 	DEF_RST(11, 1, 5, 2),		/* GBETH_1_ARESETN_I */
 };
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6.1.y-cip 2/6] dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/V2N SoC support
  2026-01-19 12:50 [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support Ovidiu Panait
  2026-01-19 12:50 ` [PATCH 6.1.y-cip 1/6] clk: renesas: r9a09g056: Add clock and reset entries for USB2.0 Ovidiu Panait
@ 2026-01-19 12:51 ` Ovidiu Panait
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 3/6] dt-bindings: usb: renesas,usbhs: Add " Ovidiu Panait
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Ovidiu Panait @ 2026-01-19 12:51 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

commit fd4a06a2e1661893c5353f8b01bf6ae44cbe094d upstream.

Document support for the USB2PHY reset controller found on the Renesas
RZ/V2N (R9A09G056) SoC. The reset controller IP is functionally identical
to that on the RZ/V2H(P) SoC, so no driver changes are needed. The existing
`renesas,r9a09g057-usb2phy-reset` compatible will be used as a fallback
for the RZ/V2N SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250528133031.167647-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com>
---
 .../bindings/reset/renesas,rzv2h-usb2phy-reset.yaml        | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-reset.yaml b/Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-reset.yaml
index c79f61c2373b..c1b800a10b53 100644
--- a/Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-reset.yaml
+++ b/Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-reset.yaml
@@ -15,7 +15,12 @@ description:
 
 properties:
   compatible:
-    const: renesas,r9a09g057-usb2phy-reset     # RZ/V2H(P)
+    oneOf:
+      - items:
+          - const: renesas,r9a09g056-usb2phy-reset # RZ/V2N
+          - const: renesas,r9a09g057-usb2phy-reset
+
+      - const: renesas,r9a09g057-usb2phy-reset # RZ/V2H(P)
 
   reg:
     maxItems: 1
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6.1.y-cip 3/6] dt-bindings: usb: renesas,usbhs: Add RZ/V2N SoC support
  2026-01-19 12:50 [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support Ovidiu Panait
  2026-01-19 12:50 ` [PATCH 6.1.y-cip 1/6] clk: renesas: r9a09g056: Add clock and reset entries for USB2.0 Ovidiu Panait
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 2/6] dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/V2N SoC support Ovidiu Panait
@ 2026-01-19 12:51 ` Ovidiu Panait
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 4/6] dt-bindings: phy: renesas,usb2-phy: Document " Ovidiu Panait
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Ovidiu Panait @ 2026-01-19 12:51 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

commit 1857571e4f50323da9f24f63b8095286d83d490c upstream.

Document the Renesas USBHS controller found on the Renesas RZ/V2N
(R9A09G056) SoC. The USBHS block on RZ/V2N is functionally identical to
the one on the RZ/G2L family, so no driver changes are needed. The
existing "renesas,rzg2l-usbhs" fallback compatible will continue to be
used for handling this IP.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20250528133440.168133-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com>
---
 Documentation/devicetree/bindings/usb/renesas,usbhs.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
index 45d133253094..533b40f8aaae 100644
--- a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
+++ b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
@@ -26,6 +26,7 @@ properties:
               - renesas,usbhs-r9a07g043 # RZ/G2UL and RZ/Five
               - renesas,usbhs-r9a07g044 # RZ/G2{L,LC}
               - renesas,usbhs-r9a07g054 # RZ/V2L
+              - renesas,usbhs-r9a09g056 # RZ/V2N
               - renesas,usbhs-r9a09g057 # RZ/V2H(P)
           - const: renesas,rzg2l-usbhs
 
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6.1.y-cip 4/6] dt-bindings: phy: renesas,usb2-phy: Document RZ/V2N SoC support
  2026-01-19 12:50 [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support Ovidiu Panait
                   ` (2 preceding siblings ...)
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 3/6] dt-bindings: usb: renesas,usbhs: Add " Ovidiu Panait
@ 2026-01-19 12:51 ` Ovidiu Panait
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 5/6] arm64: dts: renesas: r9a09g056: Add USB2.0 support Ovidiu Panait
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Ovidiu Panait @ 2026-01-19 12:51 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

commit 00399bbe02d2bb6fd8d6eb90573ec305616449f4 upstream.

Document support for the USB2.0 phy found on the Renesas RZ/V2N
(R9A09G056) SoC. The USB2.0 phy is functionally identical to that on the
RZ/V2H(P) SoC, so no driver changes are needed. The existing
`renesas,usb2-phy-r9a09g057` compatible will be used as a fallback
for the RZ/V2N SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20250528133858.168582-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com>
---
 Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml b/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml
index 131314066e3a..76e6cf07a450 100644
--- a/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml
@@ -39,6 +39,10 @@ properties:
               - renesas,usb2-phy-r9a07g054 # RZ/V2L
           - const: renesas,rzg2l-usb2-phy
 
+      - items:
+          - const: renesas,usb2-phy-r9a09g056 # RZ/V2N
+          - const: renesas,usb2-phy-r9a09g057
+
   reg:
     maxItems: 1
 
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6.1.y-cip 5/6] arm64: dts: renesas: r9a09g056: Add USB2.0 support
  2026-01-19 12:50 [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support Ovidiu Panait
                   ` (3 preceding siblings ...)
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 4/6] dt-bindings: phy: renesas,usb2-phy: Document " Ovidiu Panait
@ 2026-01-19 12:51 ` Ovidiu Panait
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 6/6] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable " Ovidiu Panait
  2026-01-19 15:54 ` [cip-dev] [PATCH 6.1.y-cip 0/6] Add RZ/V2N " Pavel Machek
  6 siblings, 0 replies; 9+ messages in thread
From: Ovidiu Panait @ 2026-01-19 12:51 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

commit f46bcf3a9ae8f1c1cc865d1302c46dfceb7a2b59 upstream.

The Renesas RZ/V2N (R9A09G056) SoC features a single-channel USB2.0
interface with host and peripheral (function) support.

Add the ECHI, OHCI, USB2.0 PHY and reset control nodes for USB2.0
channel in R9A09G056 SoC DTSI.

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-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com>
---
 arch/arm64/boot/dts/renesas/r9a09g056.dtsi | 66 ++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r9a09g056.dtsi b/arch/arm64/boot/dts/renesas/r9a09g056.dtsi
index c3a1819da38a..e7cbeec3a4b9 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g056.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a09g056.dtsi
@@ -518,6 +518,72 @@ gic: interrupt-controller@14900000 {
 			interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
 		};
 
+		ohci0: usb@15800000 {
+			compatible = "generic-ohci";
+			reg = <0 0x15800000 0 0x100>;
+			interrupts = <GIC_SPI 742 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 0xb3>, <&cpg CPG_MOD 0xb6>;
+			resets = <&usb20phyrst>, <&cpg 0xac>;
+			phys = <&usb2_phy0 1>;
+			phy-names = "usb";
+			power-domains = <&cpg>;
+			status = "disabled";
+		};
+
+		ehci0: usb@15800100 {
+			compatible = "generic-ehci";
+			reg = <0 0x15800100 0 0x100>;
+			interrupts = <GIC_SPI 743 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 0xb3>, <&cpg CPG_MOD 0xb6>;
+			resets = <&usb20phyrst>, <&cpg 0xac>;
+			phys = <&usb2_phy0 2>;
+			phy-names = "usb";
+			companion = <&ohci0>;
+			power-domains = <&cpg>;
+			status = "disabled";
+		};
+
+		usb2_phy0: usb-phy@15800200 {
+			compatible = "renesas,usb2-phy-r9a09g056", "renesas,usb2-phy-r9a09g057";
+			reg = <0 0x15800200 0 0x700>;
+			interrupts = <GIC_SPI 745 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 0xb3>,
+				 <&cpg CPG_CORE R9A09G056_USB2_0_CLK_CORE0>;
+			clock-names = "fck", "usb_x1";
+			resets = <&usb20phyrst>;
+			#phy-cells = <1>;
+			power-domains = <&cpg>;
+			status = "disabled";
+		};
+
+		hsusb: usb@15820000 {
+			compatible = "renesas,usbhs-r9a09g056",
+				     "renesas,rzg2l-usbhs";
+			reg = <0 0x15820000 0 0x10000>;
+			interrupts = <GIC_SPI 751 IRQ_TYPE_EDGE_RISING>,
+				     <GIC_SPI 752 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 753 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 754 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 0xb3>, <&cpg CPG_MOD 0xb5>;
+			resets = <&usb20phyrst>,
+				 <&cpg 0xae>;
+			phys = <&usb2_phy0 3>;
+			phy-names = "usb";
+			power-domains = <&cpg>;
+			status = "disabled";
+		};
+
+		usb20phyrst: usb20phy-reset@15830000 {
+			compatible = "renesas,r9a09g056-usb2phy-reset",
+				     "renesas,r9a09g057-usb2phy-reset";
+			reg = <0 0x15830000 0 0x10000>;
+			clocks = <&cpg CPG_MOD 0xb6>;
+			resets = <&cpg 0xaf>;
+			power-domains = <&cpg>;
+			#reset-cells = <0>;
+			status = "disabled";
+		};
+
 		sdhi0: mmc@15c00000  {
 			compatible = "renesas,sdhi-r9a09g056", "renesas,sdhi-r9a09g057";
 			reg = <0x0 0x15c00000 0 0x10000>;
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6.1.y-cip 6/6] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable USB2.0 support
  2026-01-19 12:50 [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support Ovidiu Panait
                   ` (4 preceding siblings ...)
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 5/6] arm64: dts: renesas: r9a09g056: Add USB2.0 support Ovidiu Panait
@ 2026-01-19 12:51 ` Ovidiu Panait
  2026-01-19 15:54 ` [cip-dev] [PATCH 6.1.y-cip 0/6] Add RZ/V2N " Pavel Machek
  6 siblings, 0 replies; 9+ messages in thread
From: Ovidiu Panait @ 2026-01-19 12:51 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

commit 4f6780c14fea09bc56c4991d6bf8f2a594bfb51f upstream.

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>
Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com>
---
 .../dts/renesas/r9a09g056n48-rzv2n-evk.dts    | 36 +++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
index 55a023b70d3b..c3b09050899b 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
@@ -72,6 +72,11 @@ &audio_extal_clk {
 	clock-frequency = <22579200>;
 };
 
+&ehci0 {
+	dr_mode = "otg";
+	status = "okay";
+};
+
 &eth0 {
 	pinctrl-0 = <&eth0_pins>;
 	pinctrl-names = "default";
@@ -88,6 +93,11 @@ &eth1 {
 	status = "okay";
 };
 
+&hsusb {
+	dr_mode = "otg";
+	status = "okay";
+};
+
 &i2c0 {
 	pinctrl-0 = <&i2c0_pins>;
 	pinctrl-names = "default";
@@ -175,6 +185,11 @@ phy1: ethernet-phy@1 {
 	};
 };
 
+&ohci0 {
+	dr_mode = "otg";
+	status = "okay";
+};
+
 &ostm0 {
 	status = "okay";
 };
@@ -287,6 +302,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 {
@@ -315,6 +340,17 @@ &sdhi1 {
 	status = "okay";
 };
 
+&usb20phyrst {
+	status = "okay";
+};
+
+&usb2_phy0 {
+	pinctrl-0 = <&usb20_pins>;
+	pinctrl-names = "default";
+
+	status = "okay";
+};
+
 &wdt1 {
 	status = "okay";
 };
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [cip-dev] [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support
  2026-01-19 12:50 [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support Ovidiu Panait
                   ` (5 preceding siblings ...)
  2026-01-19 12:51 ` [PATCH 6.1.y-cip 6/6] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable " Ovidiu Panait
@ 2026-01-19 15:54 ` Pavel Machek
  2026-01-20  5:01   ` nobuhiro.iwamatsu.x90
  6 siblings, 1 reply; 9+ messages in thread
From: Pavel Machek @ 2026-01-19 15:54 UTC (permalink / raw)
  To: ovidiu.panait.rb; +Cc: cip-dev, pavel, nobuhiro.iwamatsu.x90

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

Hi!

> This series adds USB2.0 support for the Renesas RZ/V2N SoC.

This looks okay to me.

Reviewed-by: Pavel Machek <pavel@nabladev.com>

I can apply the series if it passes testing and there are no other
comments.

Best regards,
                                                                Pavel
-- 
In cooperation with Nabla.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: [cip-dev] [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support
  2026-01-19 15:54 ` [cip-dev] [PATCH 6.1.y-cip 0/6] Add RZ/V2N " Pavel Machek
@ 2026-01-20  5:01   ` nobuhiro.iwamatsu.x90
  0 siblings, 0 replies; 9+ messages in thread
From: nobuhiro.iwamatsu.x90 @ 2026-01-20  5:01 UTC (permalink / raw)
  To: pavel, ovidiu.panait.rb; +Cc: cip-dev

Hi all,

> -----Original Message-----
> From: Pavel Machek <pavel@nabladev.com>
> Sent: Tuesday, January 20, 2026 12:54 AM
> To: ovidiu.panait.rb@renesas.com
> Cc: cip-dev@lists.cip-project.org; pavel@nabladev.com; iwamatsu
> nobuhiro(岩松 信洋 □DITC○CPT)
> <nobuhiro.iwamatsu.x90@mail.toshiba>
> Subject: Re: [cip-dev] [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support
> 
> Hi!
> 
> > This series adds USB2.0 support for the Renesas RZ/V2N SoC.
> 
> This looks okay to me.
> 
> Reviewed-by: Pavel Machek <pavel@nabladev.com>
> 
> I can apply the series if it passes testing and there are no other comments.
> 

Looks OK to me too.
I applied this series with Pavel's Reviewed-by tag.

> Best regards,
>                                                                 Pavel

Best regards,
  Nobuhiro



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-01-20  5:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-19 12:50 [PATCH 6.1.y-cip 0/6] Add RZ/V2N USB2.0 support Ovidiu Panait
2026-01-19 12:50 ` [PATCH 6.1.y-cip 1/6] clk: renesas: r9a09g056: Add clock and reset entries for USB2.0 Ovidiu Panait
2026-01-19 12:51 ` [PATCH 6.1.y-cip 2/6] dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/V2N SoC support Ovidiu Panait
2026-01-19 12:51 ` [PATCH 6.1.y-cip 3/6] dt-bindings: usb: renesas,usbhs: Add " Ovidiu Panait
2026-01-19 12:51 ` [PATCH 6.1.y-cip 4/6] dt-bindings: phy: renesas,usb2-phy: Document " Ovidiu Panait
2026-01-19 12:51 ` [PATCH 6.1.y-cip 5/6] arm64: dts: renesas: r9a09g056: Add USB2.0 support Ovidiu Panait
2026-01-19 12:51 ` [PATCH 6.1.y-cip 6/6] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable " Ovidiu Panait
2026-01-19 15:54 ` [cip-dev] [PATCH 6.1.y-cip 0/6] Add RZ/V2N " Pavel Machek
2026-01-20  5:01   ` nobuhiro.iwamatsu.x90

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox