]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/net/can/can-controller.yaml
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / net / can / can-controller.yaml
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/net/can/can-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: CAN Controller Common Properties
8
9 maintainers:
10 - Marc Kleine-Budde <mkl@pengutronix.de>
11
12 properties:
13 $nodename:
14 pattern: "^can(@.*)?$"
15
16 termination-gpios:
17 description: GPIO pin to enable CAN bus termination.
18 maxItems: 1
19
20 termination-ohms:
21 description: The resistance value of the CAN bus termination resistor.
22 minimum: 1
23 maximum: 65535
24
25 additionalProperties: true
26
27 ...