flash: nxp: enabling lpc55s36's FMC

This commit enables the SoC's flash memory controller.

 - added lpc55s36 specific code in the NXP MCUX driver
   to take advantage of the SoC's check-before-read
   capability
 - enabled the FMC node in the SoC's dtsi (iap)
 - added the flash controller chosen node to the board's dts

Signed-off-by: Yves Vandervennet <yves.vandervennet@nxp.com>
This commit is contained in:
Yves Vandervennet 2022-08-16 15:05:09 -05:00 committed by Mahesh Mahadevan
commit 6b66d7f266
4 changed files with 17 additions and 10 deletions

View file

@ -54,7 +54,6 @@ config SOC_LPC55S36
select ARM_TRUSTZONE_M
select CLOCK_CONTROL
select HAS_MCUX_MCAN
# select HAS_MCUX_IAP if !TRUSTED_EXECUTION_NONSECURE
config SOC_LPC55S69_CPU0
bool "SOC_LPC55S69 M33 [CPU 0]"