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:
parent
7e1f754f02
commit
02027365f1
|
@ -76,6 +76,8 @@ The FRDM-MCXN236 board configuration supports the following hardware features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| LPTMR | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| MRT | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Targets available
|
||||
==================
|
||||
|
|
|
@ -138,3 +138,7 @@
|
|||
&lptmr0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mrt0_channel0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue