24 lines
427 B
YAML
24 lines
427 B
YAML
#
|
|
# Copyright (c) 2019 Karsten Koenig
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: MCP2515 CAN
|
|
|
|
description: >
|
|
This binding gives a base representation of the MCP2515 SPI CAN controller
|
|
|
|
inherits:
|
|
!include [spi-device.yaml, can.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "microchip,mcp2515"
|
|
int-gpios:
|
|
type: compound
|
|
category: required
|
|
reg:
|
|
type: array
|
|
category: required
|