flash: nxp: updating drivers, Kconfig and device trees with new bindings

The lpc and mcux drivers' DRV_COMPAT is updated for the new bindings
introduced in the previous commit. The drivers' Kconfig files also
reflect this change (DT_HAS_ENABLED_NXP_...).
The SoC device trees are updated with the new bindings

Signed-off-by: Yves Vandervennet <yves.vandervennet@nxp.com>
diff --git a/drivers/flash/soc_flash_lpc.c b/drivers/flash/soc_flash_lpc.c
index df9a86c..0009410 100644
--- a/drivers/flash/soc_flash_lpc.c
+++ b/drivers/flash/soc_flash_lpc.c
@@ -17,8 +17,8 @@
 #include "fsl_flashiap.h"
 
 
-#if DT_NODE_HAS_STATUS(DT_INST(0, nxp_lpc_iap), okay)
-#define DT_DRV_COMPAT nxp_lpc_iap
+#if DT_NODE_HAS_STATUS(DT_INST(0, nxp_iap_fmc11), okay)
+#define DT_DRV_COMPAT nxp_iap_fmc11
 #else
 #error No matching compatible for soc_flash_lpc.c
 #endif