Skip to content

Commit 4012161

Browse files
decsnyhenrikbrixandersen
authored andcommitted
boards: frdm_mcxw71: Enable LPTMR
Enable LPTMR as counter, enable lptmr0 in board DTS and enable lptmr1 in basic counter api test. Signed-off-by: Declan Snyder <[email protected]>
1 parent b0a66d3 commit 4012161

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

boards/nxp/frdm_mcxw71/frdm_mcxw71.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@
8787
pinctrl-0 = <&pinmux_tpm0>;
8888
pinctrl-names = "default";
8989
};
90+
91+
&lptmr0 {
92+
status = "okay";
93+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&lptmr1 {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)