From d0474cefde27c5fc115a570e388ceec99db53fbd Mon Sep 17 00:00:00 2001 From: Sreeram Tatapudi Date: Thu, 27 Jun 2024 23:16:14 -0700 Subject: [PATCH] tests: bluetooth: shell: Enable flow control Enabling UART flow control for CYW20829 Signed-off-by: Sreeram Tatapudi --- tests/bluetooth/shell/boards/cyw920829m2evk_02.overlay | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/bluetooth/shell/boards/cyw920829m2evk_02.overlay diff --git a/tests/bluetooth/shell/boards/cyw920829m2evk_02.overlay b/tests/bluetooth/shell/boards/cyw920829m2evk_02.overlay new file mode 100644 index 00000000000..0622b29e2a6 --- /dev/null +++ b/tests/bluetooth/shell/boards/cyw920829m2evk_02.overlay @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: Apache-2.0 */ + +uart2: &scb2 { + hw-flow-control; + pinctrl-0 = <&p3_3_scb2_uart_tx &p3_2_scb2_uart_rx &p3_1_scb2_uart_rts &p3_0_scb2_uart_cts>; +};