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
13  interrupts:
14    required: true
15
16  clocks:
17    required: true
18
19  divider:
20    type: int
21    required: true
22    enum:
23      - 6
24      - 12
25      - 24
26    description: Clock divider for the CAN core clock
27