scripts: runners: nrf: Add UICR ranges for nRF54L

These are used to detect if the firmware image contains any values
inside the UICR for additional handling.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2025-01-28 20:14:41 +01:00 committed by Benjamin Cabé
parent aaefaad898
commit fa66984c2b

View File

@ -40,6 +40,9 @@ UICR_RANGES = {
'Application': (0x0FFF8000, 0x0FFF8800),
'Network': (0x0FFFA000, 0x0FFFA800),
},
'nrf54l': {
'Application': (0x00FFD000, 0x00FFDA00),
},
'nrf91': {
'Application': (0x00FF8000, 0x00FF8800),
},