2019-11-19 15:39:11 +08:00
|
|
|
description: STM32 CAN controller
|
2018-05-03 16:54:50 +08:00
|
|
|
|
2023-08-15 16:37:32 +08:00
|
|
|
compatible: "st,stm32-bxcan"
|
2019-08-20 02:32:25 +08:00
|
|
|
|
2021-11-05 22:21:13 +08:00
|
|
|
include: [can-controller.yaml, pinctrl-device.yaml]
|
2018-05-03 16:54:50 +08:00
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2018-05-03 16:54:50 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2018-05-23 17:04:12 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
clocks:
|
|
|
|
required: true
|
2020-04-24 23:15:15 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
2021-11-23 16:41:16 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
pinctrl-names:
|
|
|
|
required: true
|
2021-11-23 16:41:16 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
master-can-reg:
|
|
|
|
type: int
|
|
|
|
description: master can reg when different from current instance
|