On Tue, 25 Feb 2025 15:40:41 +0000, Biju Das wrote: > Document support for the CAN-FD Interface on the RZ/G3E (R9A09G047) SoC, > which supports up to six channels. > > The CAN-FD module on RZ/G3E is very similar to the one on both R-Car V4H > and RZ/G2L, but differs in some hardware parameters: > * No external clock, but instead has ram clock. > * Support up to 6 channels. > * 20 interrupts. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v2->v3: > * Replaced maxItems->minItems: 20 for RZ/G3E interrupt,s as the list has 20 > elements and for existing platforms dropped minItems and keep maxItems: 8. > v1->v2: > * No change. > --- > .../bindings/net/can/renesas,rcar-canfd.yaml | 69 +++++++++++++++++-- > 1 file changed, 62 insertions(+), 7 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>