zephyr/tests/drivers/uart/uart_basic_api/boards/nucleo_h743zi.overlay
Jeroen van Dooren c3a1730c99 tests: drivers: uart: Adding wide data cfg tests
Extending configuration tests with wide data support.

Signed-off-by: Jeroen van Dooren <jeroen.van.dooren@nobleo.nl>
2023-08-30 10:17:17 +02:00

11 lines
184 B
Plaintext

/*
* SPDX-License-Identifier: Apache-2.0
*/
dut: &usart2 {
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};