Skip to content

Commit ba9ca42

Browse files
nordic-piksrlubos
authored andcommitted
snippets: hw-flow-control: configure nrf54*
Needed to receive all data from DK. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 964df23 commit ba9ca42

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&uart136 {
8+
hw-flow-control;
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&uart20 {
8+
hw-flow-control;
9+
};

0 commit comments

Comments
 (0)