Skip to content

Commit

Permalink
tests: drivers: uart: async_api: nrf54h20dk: Enable device PM
Browse files Browse the repository at this point in the history
Enable device runtime PM for nrf54h20dk/nrf54h20/cpuapp where
fast UARTE (uart120) is tested.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch committed Dec 3, 2024
1 parent 96fee4c commit d634eee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ dut: &uart137 {
pinctrl-1 = <&uart137_sleep_alt>;
pinctrl-names = "default", "sleep";
current-speed = <115200>;
zephyr,pm-device-runtime-auto;
};

dut2: &uart120 {
pinctrl-0 = <&uart120_default_alt>;
pinctrl-1 = <&uart120_sleep_alt>;
pinctrl-names = "default", "sleep";
current-speed = <115200>;
zephyr,pm-device-runtime-auto;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y

0 comments on commit d634eee

Please sign in to comment.