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:
parent
e3f4a63ac0
commit
d0474cefde
6
tests/bluetooth/shell/boards/cyw920829m2evk_02.overlay
Normal file
6
tests/bluetooth/shell/boards/cyw920829m2evk_02.overlay
Normal 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>;
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user