tests: bluetooth: shell: Enable flow control

Enabling UART flow control for CYW20829

Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
This commit is contained in:
Sreeram Tatapudi 2024-06-27 23:16:14 -07:00 committed by Alberto Escolar
parent e3f4a63ac0
commit d0474cefde

View File

@ -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>;
};