zephyr/tests/subsys/pm/device_runtime_api/app.overlay

8 lines
118 B
Plaintext

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