Remove all CAN controller "bus-speed" and "bus-speed-data" properties. These all use the default bitrates set via Kconfig. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
12 lines
181 B
Text
12 lines
181 B
Text
/*
|
|
* Copyright (c) 2022 Vestas Wind Systems A/S
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/{
|
|
fake_can: fake_can {
|
|
compatible = "zephyr,fake-can";
|
|
status = "okay";
|
|
};
|
|
};
|