1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas RA CANFD controller
5
6compatible: "renesas,ra-canfd"
7
8include: [can-fd-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  interrupts:
12    required: true
13
14  clocks:
15    required: true
16
17  channel:
18    type: int
19    required: true
20
21  rx-max-filters:
22    type: int
23    description: |
24      To determine the maximum rx filters can be added on this CAN device.
25      Valid range: 0 - 16
26