soc: nxp_imx: Fix counter_basic_api test for i.mx rt boards
The counter_basic_api test was broken for i.mx rt boards when we
refactored the mcux gpt driver to use generated device tree macros in
commit b8ad9969ef
.
Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
8cb200309b
commit
c0e2c6369b
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
#define DT_MCUX_CCM_BASE_ADDRESS DT_NXP_IMX_CCM_400FC000_BASE_ADDRESS
|
||||
#define DT_MCUX_CCM_NAME DT_NXP_IMX_CCM_400FC000_LABEL
|
||||
|
||||
#define DT_RTC_0_NAME DT_COUNTER_MCUX_GPT_1_NAME
|
||||
#define DT_RTC_1_NAME DT_COUNTER_MCUX_GPT_2_NAME
|
||||
#define DT_RTC_0_NAME DT_NXP_IMX_GPT_COUNTER_1_LABEL
|
||||
#define DT_RTC_1_NAME DT_NXP_IMX_GPT_COUNTER_2_LABEL
|
||||
|
||||
#define DT_ETH_MCUX_0_NAME DT_NXP_KINETIS_ETHERNET_402D8000_LABEL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue