Skip to content

Commit d0474ce

Browse files
sreeramIfxaescolar
authored andcommitted
tests: bluetooth: shell: Enable flow control
Enabling UART flow control for CYW20829 Signed-off-by: Sreeram Tatapudi <[email protected]>
1 parent e3f4a63 commit d0474ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
uart2: &scb2 {
4+
hw-flow-control;
5+
pinctrl-0 = <&p3_3_scb2_uart_tx &p3_2_scb2_uart_rx &p3_1_scb2_uart_rts &p3_0_scb2_uart_cts>;
6+
};

0 commit comments

Comments
 (0)