30 lines
588 B
YAML
30 lines
588 B
YAML
description: STM32 CAN controller
|
|
|
|
compatible: "st,stm32-can"
|
|
|
|
include: can-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
pinctrl-0:
|
|
type: phandles
|
|
required: false
|
|
description: |
|
|
GPIO pin configuration for CAN RX and TX. The phandles are
|
|
expected to reference pinctrl nodes, e.g.
|
|
|
|
pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>;
|
|
|
|
master-can-reg:
|
|
type: int
|
|
required: false
|
|
description: master can reg when different from current instance
|