zephyr/dts/bindings/power-domain/power-domain.yaml
Flavio Ceolin ddfa048058 pm: Add power domain infra structure
Add support for power domains on Zephyr. Power domains are implemented
as simple devices so they can use the existent Zephyr API, for resume
and suspend sync and async and also reference count.

The pm subsystem will ensure that domains are resumed before and
suspended after devices using them. For device runtime power
management, every time the device is got or released the same actions
is done to the domain it belongs.

As domains are implemented as simple devices, it is totally acceptable
a domain belongs to another domain.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-01-19 13:35:32 -05:00

9 lines
169 B
YAML

# Copyright (c) 2021, Intel Corporation
# SPDX-License-Identifier: Apache-2.0
description: Properties for power domains
compatible: "power-domain"
include: base.yaml