1# Copyright (c) 2022 Vestas Wind Systems A/S 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 This binding provides a fake CAN controller for use as either a stub or a mock in Zephyr 6 testing. 7 8compatible: "zephyr,fake-can" 9 10include: can-fd-controller.yaml 11