Skip to content

Commit abac7b3

Browse files
committed
[nrf fromtree] tests: drivers: uart: uart_async_api: Use 4Mbaud for nrf54h20dk uart120
Use high baudrate when testing uart120 on nrf54h20dk/nrf54h20/cpuapp. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit fe6a4d0)
1 parent bec7ff3 commit abac7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/uart/uart_async_api/boards/nrf54h20dk_nrf54h20_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ dut2: &uart120 {
5050
pinctrl-0 = <&uart120_default_alt>;
5151
pinctrl-1 = <&uart120_sleep_alt>;
5252
pinctrl-names = "default", "sleep";
53-
current-speed = <115200>;
53+
current-speed = <4000000>;
5454
zephyr,pm-device-runtime-auto;
5555
};

0 commit comments

Comments
 (0)