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>
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
/ {
|
|
test_dev: test_dev {
|
|
compatible = "test-device-pm";
|
|
status = "okay";
|
|
zephyr,pm-device-runtime-auto;
|
|
};
|
|
};
|