docs: pm: Add examples to power domains

Add specific power dmains samples in power domains section.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2024-04-20 22:41:39 -07:00 committed by Alberto Escolar
commit bbd9d3dc5d

View file

@ -178,3 +178,11 @@ They can safely be ignored though.
It is responsibility of driver or the application to set the domain as It is responsibility of driver or the application to set the domain as
"wakeup" source if a device depending on it is used as "wakeup" source. "wakeup" source if a device depending on it is used as "wakeup" source.
Examples
********
Some helpful examples showing power domain seatures:
* :zephyr_file:`samples/subsys/pm/device_power_domains/`
* :zephyr_file:`samples/subsys/pm/power_domain/`