boards: efr32_radio: Add PM support using BURTC timer

Add power management support running in EM1 and EM2 from BURTC timer.

Signed-off-by: Markus Fuchs <markus.fuchs@ch.sauter-bc.com>
This commit is contained in:
Markus Fuchs 2023-07-28 15:16:25 +02:00 committed by Fabio Baltieri
commit 4fd5a9cee1
3 changed files with 38 additions and 4 deletions

View file

@ -19,6 +19,7 @@ config NUM_IRQS
config PM
default n
select COUNTER
select UART_INTERRUPT_DRIVEN if SERIAL_SUPPORT_INTERRUPT
choice PM_POLICY
default PM_POLICY_DEFAULT