Skip to content

Commit 1115cd5

Browse files
nordic-krchkartben
authored andcommitted
tests: drivers: uart: async_api: nrf54h20dk: Enable device PM
Enable device runtime PM for nrf54h20dk/nrf54h20/cpuapp where fast UARTE (uart120) is tested. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent e9f9cc6 commit 1115cd5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ dut: &uart137 {
4343
pinctrl-1 = <&uart137_sleep_alt>;
4444
pinctrl-names = "default", "sleep";
4545
current-speed = <115200>;
46+
zephyr,pm-device-runtime-auto;
4647
};
4748

4849
dut2: &uart120 {
4950
pinctrl-0 = <&uart120_default_alt>;
5051
pinctrl-1 = <&uart120_sleep_alt>;
5152
pinctrl-names = "default", "sleep";
5253
current-speed = <115200>;
54+
zephyr,pm-device-runtime-auto;
5355
};
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_PM_DEVICE=y
2+
CONFIG_PM_DEVICE_RUNTIME=y

0 commit comments

Comments
 (0)