zephyr/dts/bindings/phy/can-transceiver.yaml
Henrik Brix Andersen 3e6034ed43 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>
2024-03-12 10:43:36 +01:00

22 lines
450 B
YAML

# Copyright (c) 2022 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
# Common fields for CAN transceivers
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
description: |
The maximum bitrate supported by the CAN transceiver in bits/s.
"#phy-cells":
const: 0