xref: /freebsd/sys/contrib/device-tree/Bindings/net/can/can-controller.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
16be33864SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
26be33864SEmmanuel Vadot%YAML 1.2
36be33864SEmmanuel Vadot---
46be33864SEmmanuel Vadot$id: http://devicetree.org/schemas/net/can/can-controller.yaml#
56be33864SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
66be33864SEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: CAN Controller Common Properties
86be33864SEmmanuel Vadot
96be33864SEmmanuel Vadotmaintainers:
106be33864SEmmanuel Vadot  - Marc Kleine-Budde <mkl@pengutronix.de>
116be33864SEmmanuel Vadot
126be33864SEmmanuel Vadotproperties:
136be33864SEmmanuel Vadot  $nodename:
146be33864SEmmanuel Vadot    pattern: "^can(@.*)?$"
156be33864SEmmanuel Vadot
16354d7675SEmmanuel Vadot  termination-gpios:
17354d7675SEmmanuel Vadot    description: GPIO pin to enable CAN bus termination.
18354d7675SEmmanuel Vadot    maxItems: 1
19354d7675SEmmanuel Vadot
20354d7675SEmmanuel Vadot  termination-ohms:
21354d7675SEmmanuel Vadot    description: The resistance value of the CAN bus termination resistor.
22354d7675SEmmanuel Vadot    minimum: 1
23354d7675SEmmanuel Vadot    maximum: 65535
24354d7675SEmmanuel Vadot
256be33864SEmmanuel VadotadditionalProperties: true
266be33864SEmmanuel Vadot
276be33864SEmmanuel Vadot...
28