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 zephyr,pm-device-runtime-auto: 20 type: boolean 21 description: | 22 Automatically configure the device for runtime power management after the 23 init function runs. 24 25 zephyr,disabling-power-states: 26 type: phandles 27 description: | 28 List of power states that will disable this device power. 29