Skip to content

Commit 9edb892

Browse files
AllenZhang-NXPjhedberg
authored andcommitted
boards: mcxw23: Use SYSTICK as the default kernel timer
SYSTICK is used as the default kernel timer. The FRO 1M clock source for OSTIMER is trimmed to ± 15% accuracy over the entire voltage and temperature. The FRO 1M is not accurate enough on the silicon. Signed-off-by: Allen Zhang <[email protected]>
1 parent 2cb7364 commit 9edb892

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

boards/nxp/frdm_mcxw23/frdm_mcxw23_common.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@
177177
};
178178

179179
/*
180-
* MCXW23 FRDM board uses OS timer as the kernel timer
181-
* In case we need to switch to SYSTICK timer, then
182-
* replace &os_timer with &systick
180+
* MCXW23 FRDM board uses SYSTICK timer as the kernel timer.
181+
* In case we need to switch to OS timer, then
182+
* replace &systick with &os_timer
183183
*/
184-
&os_timer {
184+
&systick {
185185
status = "okay";
186186
};
187187

boards/nxp/mcxw23_evk/mcxw23_evk_common.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@
157157
};
158158

159159
/*
160-
* MCXW23 EVK board uses OS timer as the kernel timer
161-
* In case we need to switch to SYSTICK timer, then
162-
* replace &os_timer with &systick
160+
* MCXW23 EVK board uses SYSTICK timer as the kernel timer.
161+
* In case we need to switch to OS timer, then
162+
* replace &systick with &os_timer
163163
*/
164-
&os_timer {
164+
&systick {
165165
status = "okay";
166166
};
167167

0 commit comments

Comments
 (0)