1# Copyright (c) 2021 Intel Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4# Properties for Power Management (PM) 5 6properties: 7 wakeup-source: 8 type: boolean 9 description: | 10 Property to identify that a device can be used as wake up source. 11 12 When this property is provided a specific flag is set into the 13 device that tells the system that the device is capable of 14 wake up the system. 15 16 Wake up capable devices are disabled (interruptions will not wake up 17 the system) by default but they can be enabled at runtime if necessary. 18 19 power-domain: 20 type: phandle 21 description: | 22 23 Power domain the device belongs to. 24 25 The device will be notified when the power domain it belongs to is either 26 suspended or resumed. 27 28 zephyr,pm-device-runtime-auto: 29 type: boolean 30 description: | 31 Automatically configure the device for runtime power management after the 32 init function runs. 33