| description: STM32 CAN controller |
| |
| compatible: "st,stm32-can" |
| |
| include: [can-controller.yaml, pinctrl-device.yaml] |
| |
| properties: |
| reg: |
| required: true |
| |
| interrupts: |
| required: true |
| |
| clocks: |
| required: true |
| |
| pinctrl-0: |
| required: true |
| |
| pinctrl-names: |
| required: true |
| |
| one-shot: |
| type: boolean |
| required: false |
| description: | |
| Disable automatic retransmissions. A CAN frame will only be transmitted |
| once, independently of the transmission result (successful, error, or |
| arbitration lost). |
| |
| master-can-reg: |
| type: int |
| required: false |
| description: master can reg when different from current instance |