11 lines
269 B
YAML
11 lines
269 B
YAML
|
# Copyright (c) 2022 Vestas Wind Systems A/S
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: |
|
||
|
This binding provides a fake CAN controller for use as either a stub or a mock in Zephyr
|
||
|
testing.
|
||
|
|
||
|
compatible: "zephyr,fake-can"
|
||
|
|
||
|
include: can-fd-controller.yaml
|