Skip to content

Commit ab9c8ae

Browse files
prabhakarladvinodkoul
authored andcommitted
dt-bindings: phy: renesas,usb2-phy: Add RZ/T2H and RZ/N2H support
Document the USB2 PHY controller for the Renesas RZ/T2H (r9a09g077) and RZ/N2H (r9a09g087) SoCs. These SoCs share the same PHY block, which is similar to the one on RZ/G2L but differs in clocks, resets, and register bits. To account for these differences, a new compatible string `renesas,usb2-phy-r9a09g077` is introduced. The RZ/N2H SoC uses the same PHY as RZ/T2H, so it reuses the RZ/T2H compatible string as a fallback. 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/20250808215209.3692744-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 8962771 commit ab9c8ae

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ properties:
4444
- const: renesas,usb2-phy-r9a09g056 # RZ/V2N
4545
- const: renesas,usb2-phy-r9a09g057
4646

47+
- const: renesas,usb2-phy-r9a09g077 # RZ/T2H
48+
49+
- items:
50+
- const: renesas,usb2-phy-r9a09g087 # RZ/N2H
51+
- const: renesas,usb2-phy-r9a09g077
52+
4753
reg:
4854
maxItems: 1
4955

@@ -120,6 +126,17 @@ allOf:
120126
required:
121127
- resets
122128

129+
- if:
130+
properties:
131+
compatible:
132+
contains:
133+
const: renesas,usb2-phy-r9a09g077
134+
then:
135+
properties:
136+
clocks:
137+
minItems: 2
138+
resets: false
139+
123140
additionalProperties: false
124141

125142
examples:

0 commit comments

Comments
 (0)