1# Copyright 2024-25 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  This power domain will Turn On and Off devices when transitioning
6  in and out a specified Power State. Power States that trigger this
7  action is specified via the onoff-power-states property.
8
9compatible: "power-domain-soc-state-change"
10
11include: power-domain.yaml
12
13properties:
14  onoff-power-states:
15    type: phandles
16    description: |
17      List of power management states.
18      The registered devices will be turned off before the PM subsystem
19      enters these PM states. The devices will be turned on after the
20      PM subsystem exits these PM states.
21
22  "#power-domain-cells":
23    const: 0
24