1/*
2 * Copyright (c) 2022 Vestas Wind Systems A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/{
8	fake_can: fake_can {
9		compatible = "zephyr,fake-can";
10		status = "okay";
11	};
12};
13