dts: bindings: can: add Kvaser PCIcan devicetree binding
Add devicetree binding for the Kvaser PCIcan CAN controller PCI card. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
062e1d87a5
commit
466db0ced2
1 changed files with 15 additions and 0 deletions
15
dts/bindings/can/kvaser,pcican.yaml
Normal file
15
dts/bindings/can/kvaser,pcican.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright (c) 2022 Henrik Brix Andersen <henrik@brixandersen.dk>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Kvaser PCIcan
|
||||
|
||||
compatible: "kvaser,pcican"
|
||||
|
||||
include: can-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
|
||||
interrupts:
|
||||
required: true
|
||||
Loading…
Reference in a new issue