2022-08-26 19:34:06 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2022 Vestas Wind Systems A/S
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/{
|
|
|
|
fake_can: fake_can {
|
2022-10-26 18:28:46 +08:00
|
|
|
compatible = "zephyr,fake-can";
|
2022-08-26 19:34:06 +08:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|