2023-10-31 17:09:38 +08:00
|
|
|
description: Specialization of Bosch m_can CAN FD controller for Atmel SAM
|
2022-01-10 05:25:58 +08:00
|
|
|
|
|
|
|
compatible: "atmel,sam-can"
|
|
|
|
|
2022-03-13 10:03:54 +08:00
|
|
|
include:
|
2023-05-22 22:31:09 +08:00
|
|
|
- name: bosch,m_can-base.yaml
|
2023-01-04 03:21:25 +08:00
|
|
|
- name: pinctrl-device.yaml
|
2022-01-10 05:25:58 +08:00
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2022-04-21 17:00:17 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2022-04-21 17:00:17 +08:00
|
|
|
|
2024-01-08 21:16:52 +08:00
|
|
|
interrupt-names:
|
|
|
|
required: true
|
|
|
|
|
2023-03-08 02:47:48 +08:00
|
|
|
clocks:
|
2023-01-04 03:21:25 +08:00
|
|
|
required: true
|
2022-04-29 04:14:10 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
divider:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
enum:
|
|
|
|
- 6
|
|
|
|
- 12
|
|
|
|
- 24
|
|
|
|
description: Clock divider for the CAN core clock
|