boards: frdm_mcxa153,frdm_mcxa156: add hwinfo support

1. enable hwinfo support
   - device_id_get
   - get_reset_cause
   - get_supported_reset_cause
   - clear_reset_cause
2. verified tests/drivers/hwinfo

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2025-06-03 11:03:40 +08:00 committed by Benjamin Cabé
commit ab3d2dc830
4 changed files with 19 additions and 1 deletions

View file

@ -13,12 +13,14 @@ config SOC_SERIES_MCXA
config SOC_MCXA153
select CPU_CORTEX_M33
select HAS_MCUX_CACHE
select HAS_MCUX_MCX_CMC
config SOC_MCXA156
select CPU_CORTEX_M33
select CPU_HAS_FPU
select ARMV8_M_DSP
select HAS_MCUX_CACHE
select HAS_MCUX_MCX_CMC
config SOC_MCXA166
select CPU_CORTEX_M33