Skip to content

Commit

Permalink
tests: counter_basic_api: add imx93 evk support
Browse files Browse the repository at this point in the history
Add i.MX 93 EVK support for counter_basic_api test application.

Signed-off-by: Jiafei Pan <[email protected]>
  • Loading branch information
JiafeiPan authored and aescolar committed Apr 30, 2024
1 parent 3cf52f8 commit bd699d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

&tpm2 {
status = "okay";
};
3 changes: 3 additions & 0 deletions tests/drivers/counter/counter_basic_api/src/test_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ static const struct device *const devices[] = {
DEVS_FOR_DT_COMPAT(microchip_xec_timer)
DEVS_FOR_DT_COMPAT(nxp_imx_epit)
DEVS_FOR_DT_COMPAT(nxp_imx_gpt)
#ifdef CONFIG_COUNTER_MCUX_TPM
DEVS_FOR_DT_COMPAT(nxp_tpm_timer)
#endif
DEVS_FOR_DT_COMPAT(renesas_smartbond_timer)
#ifdef CONFIG_COUNTER_MCUX_CTIMER
DEVS_FOR_DT_COMPAT(nxp_lpc_ctimer)
Expand Down

0 comments on commit bd699d0

Please sign in to comment.