samples: boards: stm32: power_mgmt: blinky: use dtcompatible role

Reference DT compatible using the :dtcompatible: role.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-02-02 20:07:56 +01:00 committed by Anas Nashif
commit 9636b46519

View file

@ -17,7 +17,7 @@ Requirements
The board should support enabling PM. For a STM32 based target, it means that
it should support a clock source alternative to Cortex Systick that can be used
in core sleep states, as LPTIM (:ref:`dtbinding_st_stm32_lptim`).
in core sleep states, as LPTIM (:dtcompatible:`st,stm32-lptim`).
Building and Running
********************