cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

can-transceiver.yaml (524B)


      1# SPDX-License-Identifier: GPL-2.0
      2%YAML 1.2
      3---
      4$id: http://devicetree.org/schemas/net/can/can-transceiver.yaml#
      5$schema: http://devicetree.org/meta-schemas/core.yaml#
      6
      7title: CAN transceiver Bindings
      8
      9description: CAN transceiver generic properties bindings
     10
     11maintainers:
     12  - Rob Herring <robh@kernel.org>
     13
     14properties:
     15  max-bitrate:
     16    $ref: /schemas/types.yaml#/definitions/uint32
     17    description: a positive non 0 value that determines the max speed that CAN/CAN-FD can run.
     18    minimum: 1
     19
     20additionalProperties: true