2018-05-03 16:54:50 +08:00
|
|
|
title: STM32 CAN
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the STM32 CAN controller
|
|
|
|
|
|
|
|
inherits:
|
2019-08-16 15:50:49 +08:00
|
|
|
!include can-controller.yaml
|
2018-05-03 16:54:50 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "st,stm32-can"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
category: required
|
2018-05-23 17:04:12 +08:00
|
|
|
|
2018-05-23 16:54:56 +08:00
|
|
|
clocks:
|
|
|
|
category: required
|