zephyr/tests/subsys/pm/power_mgmt/boards/native_posix.overlay

23 lines
343 B
Plaintext

/*
* Copyright (c) 2021 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
device_a: device_a {
label = "device_a";
compatible = "test-device-pm";
};
device_b: device_b {
label = "device_b";
compatible = "test-device-pm";
};
device_c: device_c {
label = "device_c";
compatible = "test-device-pm";
};
};