We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6683e18 commit d7d3220Copy full SHA for d7d3220
drivers/mspi/mspi_sqspi.c
@@ -517,10 +517,12 @@ static int dev_init(const struct device *dev)
517
#if defined(CONFIG_SOC_SERIES_NRF54LX)
518
nrf_oscillators_pll_freq_set(NRF_OSCILLATORS,
519
NRF_OSCILLATORS_PLL_FREQ_128M);
520
+#if !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE)
521
nrf_spu_periph_perm_secattr_set(NRF_SPU00,
522
nrf_address_slave_get(DT_REG_ADDR(DT_NODELABEL(cpuflpr_vpr))),
523
true);
524
#endif
525
+#endif /* defined(CONFIG_SOC_SERIES_NRF54LX) */
526
527
IRQ_CONNECT(DT_IRQN(VPR_NODE), DT_IRQ(VPR_NODE, priority),
528
nrfx_isr, nrfx_qspi2_irq_handler, 0);
0 commit comments