2023-10-31 17:09:38 +08:00
|
|
|
# Common fields for CAN FD controllers
|
2020-04-28 00:58:05 +08:00
|
|
|
|
|
|
|
include: can-controller.yaml
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
bus-speed-data:
|
|
|
|
type: int
|
|
|
|
required: true
|
2023-10-04 20:32:14 +08:00
|
|
|
description: |
|
|
|
|
Initial data phase bitrate in bit/s.
|
|
|
|
sample-point-data:
|
|
|
|
type: int
|
|
|
|
description: |
|
|
|
|
Initial data phase sample point in per mille (e.g. 875 equals 87.5%).
|
2024-03-07 04:50:05 +08:00
|
|
|
|
|
|
|
If this is unset (or if it is set to 0), the initial sample point will default to 75.0% for
|
|
|
|
bitrates over 800 kbit/s, 80.0% for bitrates over 500 kbit/s, and 87.5% for all other
|
|
|
|
bitrates.
|