xref: /freebsd-src/sys/contrib/device-tree/Bindings/net/can/can-transceiver.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1c66ec88fSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0
2c66ec88fSEmmanuel Vadot%YAML 1.2
3c66ec88fSEmmanuel Vadot---
4c66ec88fSEmmanuel Vadot$id: http://devicetree.org/schemas/net/can/can-transceiver.yaml#
5c66ec88fSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6c66ec88fSEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: CAN transceiver
8c66ec88fSEmmanuel Vadot
9c66ec88fSEmmanuel Vadotdescription: CAN transceiver generic properties bindings
10c66ec88fSEmmanuel Vadot
11c66ec88fSEmmanuel Vadotmaintainers:
12c66ec88fSEmmanuel Vadot  - Rob Herring <robh@kernel.org>
13c66ec88fSEmmanuel Vadot
14c66ec88fSEmmanuel Vadotproperties:
15c66ec88fSEmmanuel Vadot  max-bitrate:
16c66ec88fSEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/uint32
17c66ec88fSEmmanuel Vadot    description: a positive non 0 value that determines the max speed that CAN/CAN-FD can run.
18c66ec88fSEmmanuel Vadot    minimum: 1
196be33864SEmmanuel Vadot
206be33864SEmmanuel VadotadditionalProperties: true
21