This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

power-domain-gpio-monitor

Vendor: Generic or vendor-independent

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.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

gpios

phandle-array

GPIO to use to sense if rail is powered on.

This property is required.