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

12 lines
171 B
Plaintext

/*
* Copyright (c) 2021 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
&gpio0 {
compatible = "zephyr,gpio-emul";
gpio-controller;
wakeup-source;
};