Extending configuration tests with wide data support. Signed-off-by: Jeroen van Dooren <jeroen.van.dooren@nobleo.nl>
11 lines
184 B
Plaintext
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";
|
|
};
|