Skip to content

Commit 42405ec

Browse files
committed
[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 48799da commit 42405ec

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
@@ -14,3 +14,11 @@ properties:
1414
type: boolean
1515
description: |
1616
UARTE has RX frame timeout HW feature.
17+
18+
timer:
19+
type: phandle
20+
description: |
21+
Timer instance used to count received bytes. Due to issues with frame timeout
22+
feature it is required to reliably receive data in cases where flow control
23+
is not used and new byte can appear on the line when frame timeout expires
24+
but before it is handled.

0 commit comments

Comments
 (0)