Skip to content

Commit

Permalink
dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
Browse files Browse the repository at this point in the history
Add CANFD binding documentation for Renesas RZ/G2L SoC.

Link: https://lore.kernel.org/r/20210727133022.634-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Lad Prabhakar authored and Marc Kleine-Budde committed Aug 19, 2021
1 parent b2fcc70 commit 1aa5a06
Showing 1 changed file with 63 additions and 6 deletions.
69 changes: 63 additions & 6 deletions Documentation/devicetree/bindings/net/can/renesas,rcar-canfd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ properties:
- renesas,r8a77995-canfd # R-Car D3
- const: renesas,rcar-gen3-canfd # R-Car Gen3 and RZ/G2

- items:
- enum:
- renesas,r9a07g044-canfd # RZ/G2{L,LC}
- const: renesas,rzg2l-canfd # RZ/G2L family

reg:
maxItems: 1

interrupts:
items:
- description: Channel interrupt
- description: Global interrupt
interrupts: true

clocks:
maxItems: 3
Expand All @@ -50,8 +52,7 @@ properties:
power-domains:
maxItems: 1

resets:
maxItems: 1
resets: true

renesas,no-can-fd:
$ref: /schemas/types.yaml#/definitions/flag
Expand Down Expand Up @@ -91,6 +92,62 @@ required:
- channel0
- channel1

if:
properties:
compatible:
contains:
enum:
- renesas,rzg2l-canfd
then:
properties:
interrupts:
items:
- description: CAN global error interrupt
- description: CAN receive FIFO interrupt
- description: CAN0 error interrupt
- description: CAN0 transmit interrupt
- description: CAN0 transmit/receive FIFO receive completion interrupt
- description: CAN1 error interrupt
- description: CAN1 transmit interrupt
- description: CAN1 transmit/receive FIFO receive completion interrupt

interrupt-names:
items:
- const: g_err
- const: g_recc
- const: ch0_err
- const: ch0_rec
- const: ch0_trx
- const: ch1_err
- const: ch1_rec
- const: ch1_trx

resets:
maxItems: 2

reset-names:
items:
- const: rstp_n
- const: rstc_n

required:
- interrupt-names
- reset-names
else:
properties:
interrupts:
items:
- description: Channel interrupt
- description: Global interrupt

interrupt-names:
items:
- const: ch_int
- const: g_int

resets:
maxItems: 1

unevaluatedProperties: false

examples:
Expand Down

0 comments on commit 1aa5a06

Please sign in to comment.