22 lines
450 B
YAML
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
|