zephyr/dts/bindings/power-domain/power-domain-gpio-monitor.yaml
Pisit Sawangvonganan d54e027a38 dts: bindings: more typo correction and wording enhancement
This change reflects further corrections and suggestions
from @ajarmouni-st.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-01-30 18:50:08 -05:00

23 lines
698 B
YAML

# Copyright (c) 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
description: |
Simple monitorig power domain
This power domain monitors the state of a GPIO pin to detect whether a power
rail is on/off. Therefore, performing resume/suspend on power domain won't
change physical state of power rails and that action won't be triggered on
child nodes. Additionally, due to the asynchronous nature of monitoring, a
pending transaction won't be interrupted by power state change.
compatible: "power-domain-gpio-monitor"
include: power-domain.yaml
properties:
gpios:
type: phandle-array
required: true
description: |
GPIO to use to sense if rail is powered on.