I have a question about nrf7002.

Hello.
I want to change the board configuration in nrf7002.
"In the nrf7002dk_nrf5340_cpuapp.dts file
&spi4 {
status = "disabled";
};
An error occurs when spi4 is disabled with .

1. In the example of ble provisioning, is wifi data stored in MX25R64 in spi4?
2. If number 1 is correct, can I change it to saving inside without using MX25R64?
3. If it's not number 1, is there anything extra I need to do when deactivating spi4?

Related