zephyr/dts/bindings/can/microchip,mcp2515.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

27 lines
632 B
YAML

# Copyright (c) 2019 Karsten Koenig
# SPDX-License-Identifier: Apache-2.0
description: MCP2515 SPI CAN controller
compatible: "microchip,mcp2515"
include: [spi-device.yaml, can-controller.yaml]
properties:
osc-freq:
type: int
required: true
description: Frequency of the external oscillator
int-gpios:
type: phandle-array
required: true
description: |
Interrupt pin.
This pin signals active low when produced by the controller. The
property value should ensure the flags properly describe the signal
that is presented to the driver.
reg:
type: array
required: true