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 <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-11-26 16:08:13 +01:00 committed by Benjamin Cabé
parent e9f9cc605a
commit 1115cd5698
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,7 @@ dut: &uart137 {
pinctrl-1 = <&uart137_sleep_alt>;
pinctrl-names = "default", "sleep";
current-speed = <115200>;
zephyr,pm-device-runtime-auto;
};
dut2: &uart120 {
@ -50,4 +51,5 @@ dut2: &uart120 {
pinctrl-1 = <&uart120_sleep_alt>;
pinctrl-names = "default", "sleep";
current-speed = <115200>;
zephyr,pm-device-runtime-auto;
};

View File

@ -0,0 +1,2 @@
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y