Commit b3a703c7 authored by Biju Das's avatar Biju Das Committed by David S. Miller

dt-bindings: net: ravb : Add support for r8a7743 SoC

Add a new compatible string for the RZ/G1M (R8A7743) SoC.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee06b172
...@@ -4,19 +4,24 @@ This file provides information on what the device node for the Ethernet AVB ...@@ -4,19 +4,24 @@ This file provides information on what the device node for the Ethernet AVB
interface contains. interface contains.
Required properties: Required properties:
- compatible: "renesas,etheravb-r8a7790" if the device is a part of R8A7790 SoC. - compatible: Must contain one or more of the following:
"renesas,etheravb-r8a7791" if the device is a part of R8A7791 SoC. - "renesas,etheravb-r8a7743" for the R8A7743 SoC.
"renesas,etheravb-r8a7792" if the device is a part of R8A7792 SoC. - "renesas,etheravb-r8a7790" for the R8A7790 SoC.
"renesas,etheravb-r8a7793" if the device is a part of R8A7793 SoC. - "renesas,etheravb-r8a7791" for the R8A7791 SoC.
"renesas,etheravb-r8a7794" if the device is a part of R8A7794 SoC. - "renesas,etheravb-r8a7792" for the R8A7792 SoC.
"renesas,etheravb-r8a7795" if the device is a part of R8A7795 SoC. - "renesas,etheravb-r8a7793" for the R8A7793 SoC.
"renesas,etheravb-r8a7796" if the device is a part of R8A7796 SoC. - "renesas,etheravb-r8a7794" for the R8A7794 SoC.
"renesas,etheravb-rcar-gen2" for generic R-Car Gen 2 compatible interface. - "renesas,etheravb-rcar-gen2" as a fallback for the above
"renesas,etheravb-rcar-gen3" for generic R-Car Gen 3 compatible interface. R-Car Gen2 and RZ/G1 devices.
When compatible with the generic version, nodes must list the - "renesas,etheravb-r8a7795" for the R8A7795 SoC.
SoC-specific version corresponding to the platform first - "renesas,etheravb-r8a7796" for the R8A7796 SoC.
followed by the generic version. - "renesas,etheravb-rcar-gen3" as a fallback for the above
R-Car Gen3 devices.
When compatible with the generic version, nodes must list the
SoC-specific version corresponding to the platform first followed by
the generic version.
- reg: offset and length of (1) the register block and (2) the stream buffer. - reg: offset and length of (1) the register block and (2) the stream buffer.
- interrupts: A list of interrupt-specifiers, one for each entry in - interrupts: A list of interrupt-specifiers, one for each entry in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment