1# Copyright (c) 2022 Vestas Wind Systems A/S 2# SPDX-License-Identifier: Apache-2.0 3 4# Common fields for CAN transceivers 5 6include: phy-controller.yaml 7 8properties: 9 min-bitrate: 10 type: int 11 description: | 12 The minimum bitrate supported by the CAN transceiver in bits/s. 13 14 max-bitrate: 15 type: int 16 required: true 17 description: | 18 The maximum bitrate supported by the CAN transceiver in bits/s. 19 20 "#phy-cells": 21 const: 0 22