flash/nor: Add nRF54 NVM driver

The driver is intentionally not integrated into the 'nRF5' driver in
order to serve as a kind of 'test vehicle' for non-flash memory drivers.

The driver does not support the UICR but only the main memory region.

Change-Id: Ia69527c4e07d40e8805186be8e988c0d74c12041
Signed-off-by: Marc Schink <dev@zapb.de>
This commit is contained in:
Marc Schink
2025-03-16 11:17:25 +00:00
committed by Holger Mößinger (hm2dev)
parent 74d0cff2fe
commit 1d06d22892
5 changed files with 392 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ static const struct flash_driver * const flash_drivers[] = {
&npcx_flash,
&nrf51_flash,
&nrf5_flash,
&nrf54_flash,
&numicro_flash,
&ocl_flash,
&pic32mx_flash,