27 lines
632 B
YAML
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
|