Remove all optional, initial CAN sample point properties and rely on the CAN timing calculations to automatically pick the preferred sample point location based on the initial bitrate. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
/*
|
|
* Copyright (c) 2022 Vestas Wind Systems A/S
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/{
|
|
fake_can: fake_can {
|
|
compatible = "zephyr,fake-can";
|
|
status = "okay";
|
|
bus-speed = <125000>;
|
|
bus-speed-data = <1000000>;
|
|
};
|
|
};
|