NRF qspi nrf7002

Quick qestion

Making a new board with external memory(jedec) and using SQSPI as I have to put it into cpuflpr_vpr(does not work with QSPI). Works fine !!

but I also plan to have a nrf7002 chip on board. And why not use the same spi bus. Is this possible? or should I use a normal SPI bus for both instead?

nrf70: nrf7002@0 {
compatible = "nordic,nrf7002-qspi";    -> gives error saying: "Node should only occur on the qspi bus."
BR
Perre
Parents Reply Children
  • Hello Elfving, sorry for refloating this. i'm also building a board with the nrf7000, the nrf54l15 and a nrf91. my doubbt here is. in the thingy91, i've seen that all the nrf91,nrf54l,nrf7000 and flash share the same SPI. in my case i'm only using a regular spi for the flash, not a fancy qspi. will it be fine if all of them share the same spi bus?

Related