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:
parent
aaefaad898
commit
fa66984c2b
@ -40,6 +40,9 @@ UICR_RANGES = {
|
||||
'Application': (0x0FFF8000, 0x0FFF8800),
|
||||
'Network': (0x0FFFA000, 0x0FFFA800),
|
||||
},
|
||||
'nrf54l': {
|
||||
'Application': (0x00FFD000, 0x00FFDA00),
|
||||
},
|
||||
'nrf91': {
|
||||
'Application': (0x00FF8000, 0x00FF8800),
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user