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 <Jiafei.Pan@nxp.com>
This commit is contained in:
parent
3cf52f873c
commit
bd699d0d50
2 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2024 NXP
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
&tpm2 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
|
@ -57,6 +57,9 @@ static const struct device *const devices[] = {
|
||||||
DEVS_FOR_DT_COMPAT(microchip_xec_timer)
|
DEVS_FOR_DT_COMPAT(microchip_xec_timer)
|
||||||
DEVS_FOR_DT_COMPAT(nxp_imx_epit)
|
DEVS_FOR_DT_COMPAT(nxp_imx_epit)
|
||||||
DEVS_FOR_DT_COMPAT(nxp_imx_gpt)
|
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)
|
DEVS_FOR_DT_COMPAT(renesas_smartbond_timer)
|
||||||
#ifdef CONFIG_COUNTER_MCUX_CTIMER
|
#ifdef CONFIG_COUNTER_MCUX_CTIMER
|
||||||
DEVS_FOR_DT_COMPAT(nxp_lpc_ctimer)
|
DEVS_FOR_DT_COMPAT(nxp_lpc_ctimer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue