boards: nxp: mr_canhubk3: enable STM counter

Enable the two available System Timer Module instances on this board.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2024-07-18 08:55:22 +07:00 committed by David Leach
commit 67264e3fb9
6 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&stm0 {
prescaler = <1>;
status = "okay";
};
&stm1 {
prescaler = <8>;
status = "okay";
};