zephyr/tests/subsys/pm/device_runtime_api/app.overlay
Jordan Yates cf9c34462c tests: pm: device_runtime: test zephyr,pm-device-runtime-auto
Test that the `zephyr,pm-device-runtime-auto` flag correctly enables
PM device runtime on the device instance.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-03-29 12:21:13 -04:00

8 lines
118 B
Plaintext

/ {
test_dev: test_dev {
compatible = "test-device-pm";
status = "okay";
zephyr,pm-device-runtime-auto;
};
};