Skip to content

Commit c0b5aeb

Browse files
nordic-pikscarlescufi
authored andcommitted
boards: nordic: nrf54l15dk: enable HWFC
For both UARTs connected to debugger chip. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 5b15751 commit c0b5aeb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/nordic/nrf54l15dk/nrf54l15_cpuapp_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787

8888
&uart20 {
8989
status = "okay";
90+
hw-flow-control;
9091
};
9192

9293
&gpio0 {

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuflpr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
&uart30 {
5050
status = "okay";
51+
hw-flow-control;
5152
};
5253

5354
&gpio0 {

0 commit comments

Comments
 (0)