Skip to content

Commit 2de5e60

Browse files
NeilChen93nashif
authored andcommitted
boards: frdm_mcxc444: Add lptmr support
Support lptmr for NXP frdm_mcxc444 board Signed-off-by: Neil Chen <[email protected]>
1 parent e0ce096 commit 2de5e60

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

boards/nxp/frdm_mcxc444/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ The ``frdm_mcxc444`` board target supports the following hardware features:
5555
+-----------+------------+-------------------------------------+
5656
| FLASH | on-chip | soc flash |
5757
+-----------+------------+-------------------------------------+
58+
| LPTMR | on-chip | counter |
59+
+-----------+------------+-------------------------------------+
5860

5961

6062
Targets available

boards/nxp/frdm_mcxc444/frdm_mcxc444.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@
9696
pinctrl-0 = <&pinmux_lpuart0>;
9797
pinctrl-names = "default";
9898
};
99+
100+
&lptmr0 {
101+
status = "okay";
102+
};

boards/nxp/frdm_mcxc444/frdm_mcxc444.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ toolchain:
1616
- xtools
1717
supported:
1818
- gpio
19+
- counter
1920
testing:
2021
ignore_tags:
2122
- net

0 commit comments

Comments
 (0)