Skip to content

Commit eb7bf10

Browse files
degjorvaanangl
authored andcommitted
nrf_security: cracen: Updated protected ram location
nRF54LM20A/nRF54LV10A have incorrect ranges for protected ram. Update protected ram location to correct this. Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent f33f02e commit eb7bf10

File tree

1 file changed

+5
-5
lines changed
  • subsys/nrf_security/src/drivers/cracen/common/include/cracen

1 file changed

+5
-5
lines changed

subsys/nrf_security/src/drivers/cracen/common/include/cracen/lib_kmu.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
extern "C" {
2626
#endif
2727

28-
/* DLT-4257 */
28+
/* DLT-4257 and DLT-4470*/
2929
#if defined(CONFIG_SOC_NRF54LM20A) || defined(CONFIG_SOC_NRF54LV10A)
3030
#undef CRACEN_PROTECTED_RAM_AES_KEY0
3131
#undef CRACEN_PROTECTED_RAM_AES_KEY1
3232

3333
#if defined(CONFIG_SOC_NRF54LM20A)
34-
#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2007FEE0
35-
#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2007FF00
34+
#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2007FF00
35+
#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2007FF20
3636
#elif defined(CONFIG_SOC_NRF54LV10A)
37-
#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2002FEE0
38-
#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2002FF00
37+
#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2007FF00
38+
#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2007FF20
3939
#endif
4040

4141
#endif /* CONFIG_SOC_NRF54LM20A || CONFIG_SOC_NRF54LV10A */

0 commit comments

Comments
 (0)