Skip to content

Commit 385c5f6

Browse files
yangbolu1991mmahadevan108
authored andcommitted
mcux: hal_nxp: i.MX95 NETC support
Added i.MX95 NETC support in hal_nxp.cmake. Signed-off-by: Yangbo Lu <[email protected]>
1 parent 722ca13 commit 385c5f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mcux/hal_nxp.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ endif()
280280
if (${MCUX_DEVICE} MATCHES "MIMXRT1189")
281281
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC netc/socs/imxrt1180 driver_netc_soc_imxrt1180)
282282
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC msgintr driver_msgintr)
283+
elseif (${MCUX_DEVICE} MATCHES "MIMX9596")
284+
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC netc/socs/imx95 driver_netc_soc_imx95)
285+
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC msgintr driver_msgintr)
286+
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC irqsteer driver_irqsteer)
283287
endif()
284288

285289
if ((${MCUX_DEVICE} MATCHES "MIMXRT1[0-9][0-9][0-9]") AND (NOT (CONFIG_SOC_MIMXRT1166_CM4 OR CONFIG_SOC_MIMXRT1176_CM4 OR CONFIG_SOC_MIMXRT1189_CM33)))

0 commit comments

Comments
 (0)