1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/net/can/can 4 $id: http://devicetree.org/schemas/net/can/can-transceiver.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: CAN transceiver !! 7 title: CAN transceiver Bindings 8 8 9 description: CAN transceiver generic propertie 9 description: CAN transceiver generic properties bindings 10 10 11 maintainers: 11 maintainers: 12 - Rob Herring <robh@kernel.org> 12 - Rob Herring <robh@kernel.org> 13 13 14 properties: 14 properties: 15 max-bitrate: 15 max-bitrate: 16 $ref: /schemas/types.yaml#/definitions/uin 16 $ref: /schemas/types.yaml#/definitions/uint32 17 description: a positive non 0 value that d 17 description: a positive non 0 value that determines the max speed that CAN/CAN-FD can run. 18 minimum: 1 18 minimum: 1 19 19 20 additionalProperties: true 20 additionalProperties: true
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.