boards: nxp/frdm_mcxn236: Support MRT for NXP frdm_mcxn236 board

Enabled the MRT at the board level for mcxn236.

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2024-10-28 11:06:44 +08:00 committed by Anas Nashif
parent 7e1f754f02
commit 02027365f1
2 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,8 @@ The FRDM-MCXN236 board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| LPTMR | on-chip | counter |
+-----------+------------+-------------------------------------+
| MRT | on-chip | counter |
+-----------+------------+-------------------------------------+
Targets available
==================

View File

@ -138,3 +138,7 @@
&lptmr0 {
status = "okay";
};
&mrt0_channel0 {
status = "okay";
};