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:
parent
e9f9cc605a
commit
1115cd5698
@ -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;
|
||||
};
|
||||
|
||||
@ -0,0 +1,2 @@
|
||||
CONFIG_PM_DEVICE=y
|
||||
CONFIG_PM_DEVICE_RUNTIME=y
|
||||
Loading…
Reference in New Issue
Block a user