zephyr/soc/arm/nxp_s32
Manuel Argüelles 6744d6084d watchdog: nxp_s32: use instance-based DT macros
At present, many of the NXP S32 shim drivers do not make use of
devicetree instance-based macros because the NXP S32 HAL relies on an
index-based approach, requiring knowledge of the peripheral instance
index during both compilation and runtime, and this index might not
align with the devicetree instance index.

The proposed solution in this patch eliminates this limitation by
determining the peripheral instance index during compilation
through macrobatics and defining the driver's ISR within the shim
driver itself.

Note that for some peripheral instances is needed to redefine the
HAL macros of the peripheral base address, since the naming is not
uniform for all instances.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-11-09 10:20:27 +00:00
..
common soc: nxp_s32: generalize pinctrl header for all family 2023-07-06 14:19:23 -05:00
s32k intc: nxp_s32: use instance-based DT macros 2023-11-06 19:02:56 -05:00
s32ze watchdog: nxp_s32: use instance-based DT macros 2023-11-09 10:20:27 +00:00
CMakeLists.txt
Kconfig soc: nxp_s32: rename family to SOC_FAMILY_NXP_S32 2023-08-16 10:21:26 +02:00
Kconfig.defconfig
Kconfig.soc