boards: efr32_radio: Enable sleep timer

Enable sleep timer (stimer0) node for the efr32_radio_brd4187c board.

Signed-off-by: Markus Fuchs <markus.fuchs@ch.sauter-bc.com>
This commit is contained in:
Markus Fuchs 2023-07-28 14:42:34 +02:00 committed by Fabio Baltieri
commit 536894bb31
2 changed files with 5 additions and 0 deletions

View file

@ -99,6 +99,10 @@
status = "okay";
};
&stimer0 {
status = "okay";
};
&se {
status = "okay";
};

View file

@ -18,6 +18,7 @@ config NUM_IRQS
config PM
default n
select COUNTER
choice PM_POLICY
default PM_POLICY_DEFAULT