soc: nordic: Introduce the nRF54L05 and nRF54L10
These two new ICs are variants of the nRF54L15 with different memory sizes: - nRF54L05: 500KB RRAM, 96KB RAM - nRF54L10: 1022KB RRAM, 192KB RAM - nRF54L15: 1524KB RRAM, 256KB RAM Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
0b3a15016b
commit
e78832034f
35 changed files with 8563 additions and 941 deletions
|
@ -56,7 +56,7 @@
|
|||
*/
|
||||
#define IRQ0_PRIO IRQ_DEFAULT_PRIORITY
|
||||
#define IRQ1_PRIO 0x0
|
||||
#elif defined(CONFIG_SOC_NRF54L15_CPUFLPR)
|
||||
#elif defined(CONFIG_SOC_SERIES_NRF54LX) && defined(CONFIG_RISCV_CORE_NORDIC_VPR)
|
||||
#define IRQ0_LINE 16
|
||||
#define IRQ1_LINE 17
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue