Skip to content

Commit 0f06e52

Browse files
nordic-krchkl-cruz
authored andcommitted
[nrf fromlist] dts: bindings: serial: nrf-uarte: Add timer property
Timer property indicates which TIMER instance should be used for byte counting. If timer property is present then given instance is using TIMER to count received bytes. Upstream PR #: 92767 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 463374f commit 0f06e52

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/bindings/serial/nordic,nrf-uarte.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ properties:
2424
type: boolean
2525
description: |
2626
UARTE allows usage of cross domain pins with constant latency mode required.
27+
28+
timer:
29+
type: phandle
30+
description: |
31+
Timer instance used to count received bytes. Due to issues with frame timeout
32+
feature it is required to reliably receive data in cases where flow control
33+
is not used and new byte can appear on the line when frame timeout expires
34+
but before it is handled.

0 commit comments

Comments
 (0)