dts: bindings: can: transciever: allow specififying minumum bitrate
Some CAN transceivers have a lower limit on their supported bitrate. Add an optional "min-bitrate" for specifying this limit via devicetree. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
e91860d8c7
commit
3e6034ed43
|
@ -46,6 +46,11 @@ child-binding:
|
|||
};
|
||||
|
||||
properties:
|
||||
min-bitrate:
|
||||
type: int
|
||||
description: |
|
||||
The minimum bitrate supported by the CAN transceiver in bits/s.
|
||||
|
||||
max-bitrate:
|
||||
type: int
|
||||
required: true
|
||||
|
|
|
@ -6,6 +6,11 @@
|
|||
include: phy-controller.yaml
|
||||
|
||||
properties:
|
||||
min-bitrate:
|
||||
type: int
|
||||
description: |
|
||||
The minimum bitrate supported by the CAN transceiver in bits/s.
|
||||
|
||||
max-bitrate:
|
||||
type: int
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue