1# Copyright (c) 2019 Karsten Koenig
2# SPDX-License-Identifier: Apache-2.0
3
4description: MCP2515 SPI CAN controller
5
6compatible: "microchip,mcp2515"
7
8include: [spi-device.yaml, can-controller.yaml]
9
10properties:
11  osc-freq:
12    type: int
13    required: true
14    description: Frequency of the external oscillator
15  int-gpios:
16    type: phandle-array
17    required: true
18    description: |
19      Interrupt pin.
20
21      This pin signals active low when produced by the controller. The
22      property value should ensure the flags properly describe the signal
23      that is presented to the driver.
24  reg:
25    type: array
26    required: true
27