2020-04-28 00:58:05 +08:00
|
|
|
# Common fields for CAN-FD controllers
|
|
|
|
|
|
|
|
include: can-controller.yaml
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
bus-speed-data:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: data phase bus speed in Baud/s
|
|
|
|
sjw-data:
|
|
|
|
type: int
|
2023-09-22 18:18:22 +08:00
|
|
|
deprecated: true
|
|
|
|
default: 1
|
|
|
|
description: |
|
|
|
|
Initial time quanta of resynchronization jump width for the data phase (ISO11898-1:2015).
|
|
|
|
|
|
|
|
Deprecated in favor of automatic calculation of a suitable default SJW based on existing
|
|
|
|
timing parameters. Default of 1 matches the default value previously used for all in-tree CAN
|
|
|
|
controller devicetree instances.
|
|
|
|
|
|
|
|
Applications can still manually set the SJW using the CAN timing APIs.
|
2023-01-04 03:21:25 +08:00
|
|
|
prop-seg-data:
|
|
|
|
type: int
|
2023-09-19 20:23:17 +08:00
|
|
|
deprecated: true
|
|
|
|
description: |
|
2023-09-22 18:18:22 +08:00
|
|
|
Initial time quanta of propagation segment for the data phase (ISO11898-1:2015). Deprecated in
|
|
|
|
favor of setting advanced timing parameters from the application.
|
2023-01-04 03:21:25 +08:00
|
|
|
phase-seg1-data:
|
|
|
|
type: int
|
2023-09-19 20:23:17 +08:00
|
|
|
deprecated: true
|
|
|
|
description: |
|
2023-09-22 18:18:22 +08:00
|
|
|
Initial time quanta of phase buffer 1 segment for the data phase (ISO11898-1:2015). Deprecated
|
|
|
|
in favor of setting advanced timing parameters from the application.
|
2023-01-04 03:21:25 +08:00
|
|
|
phase-seg2-data:
|
|
|
|
type: int
|
2023-09-19 20:23:17 +08:00
|
|
|
deprecated: true
|
|
|
|
description: |
|
2023-09-22 18:18:22 +08:00
|
|
|
Initial time quanta of phase buffer 2 segment for the data phase (ISO11898-1:2015). Deprecated
|
|
|
|
in favor of setting advanced timing parameters from the application.
|
2023-01-04 03:21:25 +08:00
|
|
|
sample-point-data:
|
|
|
|
type: int
|
|
|
|
description: >
|
|
|
|
Sample point in permille for the data phase.
|
|
|
|
This param is required if segments are not given.
|
|
|
|
If the sample point is given, the segments are ignored.
|
|
|
|
tx-delay-comp-offset:
|
|
|
|
type: int
|
|
|
|
default: 0
|