boards: nxp: add lptmr counter and timer features for KE17Z
Add LPTMR driver counter support for NXP frdm_ke17z and frdm_ke17z512 boards, tested 'drivers.counter.basic_api' case. Enable cpu power states and determine the default CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC from devicetree when using the Arm SysTick hardware timer. Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
This commit is contained in:
parent
17ee197635
commit
8628fa26c7
7 changed files with 23 additions and 2 deletions
|
@ -81,6 +81,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
&idle {
|
||||
min-residency-us = <1>;
|
||||
};
|
||||
|
||||
&stop {
|
||||
min-residency-us = <20000>;
|
||||
exit-latency-us = <13>;
|
||||
};
|
||||
|
||||
&lpuart2 {
|
||||
dmas = <&edma 5 6>, <&edma 6 7>;
|
||||
dma-names = "rx", "tx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue