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:
parent
27af62603c
commit
536894bb31
2 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,10 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&stimer0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&se {
|
&se {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -18,6 +18,7 @@ config NUM_IRQS
|
||||||
|
|
||||||
config PM
|
config PM
|
||||||
default n
|
default n
|
||||||
|
select COUNTER
|
||||||
|
|
||||||
choice PM_POLICY
|
choice PM_POLICY
|
||||||
default PM_POLICY_DEFAULT
|
default PM_POLICY_DEFAULT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue