mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
dt-bindings: net: renesas-gbeth: Add support for RZ/V2N (R9A09G056) SoC
Document support for the GBETH IP found on the Renesas RZ/V2N (R9A09G056) SoC. The GBETH controller on the RZ/V2N SoC is functionally identical to the one found on the RZ/V2H(P) (R9A09G057) SoC, so `renesas,rzv2h-gbeth` will be used as a fallback compatible. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20250507173551.100280-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
e9c392a155
commit
6b466efc63
|
|
@ -14,6 +14,7 @@ select:
|
|||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- renesas,r9a09g056-gbeth
|
||||
- renesas,r9a09g057-gbeth
|
||||
- renesas,rzv2h-gbeth
|
||||
required:
|
||||
|
|
@ -23,6 +24,7 @@ properties:
|
|||
compatible:
|
||||
items:
|
||||
- enum:
|
||||
- renesas,r9a09g056-gbeth # RZ/V2N
|
||||
- renesas,r9a09g057-gbeth # RZ/V2H(P)
|
||||
- const: renesas,rzv2h-gbeth
|
||||
- const: snps,dwmac-5.20
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user