1description: Specialization of Bosch m_can CAN FD controller for Atmel SAM
2
3compatible: "atmel,sam-can"
4
5include:
6  - name: bosch,m_can-base.yaml
7  - name: pinctrl-device.yaml
8
9properties:
10  reg:
11    required: true
12    description: |
13      2 reg blocks needed; Register block for the MCAN configuration registers;
14      Register block for the DMA Base Address
15
16  reg-names:
17    type: string-array
18    required: true
19    description: |
20      description of reg blocks
21
22  interrupts:
23    required: true
24
25  interrupt-names:
26    required: true
27
28  clocks:
29    required: true
30
31  divider:
32    type: int
33    required: true
34    enum:
35      - 6
36      - 12
37      - 24
38    description: Clock divider for the CAN core clock
39