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
2 changed files with 10 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ child-binding:
|
||||||
};
|
};
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
|
min-bitrate:
|
||||||
|
type: int
|
||||||
|
description: |
|
||||||
|
The minimum bitrate supported by the CAN transceiver in bits/s.
|
||||||
|
|
||||||
max-bitrate:
|
max-bitrate:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,11 @@
|
||||||
include: phy-controller.yaml
|
include: phy-controller.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
|
min-bitrate:
|
||||||
|
type: int
|
||||||
|
description: |
|
||||||
|
The minimum bitrate supported by the CAN transceiver in bits/s.
|
||||||
|
|
||||||
max-bitrate:
|
max-bitrate:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue