Skip to content

Commit bd699d0

Browse files
JiafeiPanaescolar
authored andcommitted
tests: counter_basic_api: add imx93 evk support
Add i.MX 93 EVK support for counter_basic_api test application. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 3cf52f8 commit bd699d0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
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+
&tpm2 {
8+
status = "okay";
9+
};

tests/drivers/counter/counter_basic_api/src/test_counter.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ static const struct device *const devices[] = {
5757
DEVS_FOR_DT_COMPAT(microchip_xec_timer)
5858
DEVS_FOR_DT_COMPAT(nxp_imx_epit)
5959
DEVS_FOR_DT_COMPAT(nxp_imx_gpt)
60+
#ifdef CONFIG_COUNTER_MCUX_TPM
61+
DEVS_FOR_DT_COMPAT(nxp_tpm_timer)
62+
#endif
6063
DEVS_FOR_DT_COMPAT(renesas_smartbond_timer)
6164
#ifdef CONFIG_COUNTER_MCUX_CTIMER
6265
DEVS_FOR_DT_COMPAT(nxp_lpc_ctimer)

0 commit comments

Comments
 (0)