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:
Henrik Brix Andersen 2024-02-20 12:11:33 +01:00 committed by Henrik Brix Andersen
parent e91860d8c7
commit 3e6034ed43
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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