boards: bl5340_dvk: drop the flash and partitions for the NS DTS
Change the non-secure dts file to disable the qspi device and drop the flash node. This has the effects of excluding the QSPI driver from the build (which is supposedly not being accessible from the non-secure core) and dropping the partitions under the external flash, skipping this config in DFU tests. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
abd6e742c5
commit
18284ca35b
|
@ -23,3 +23,12 @@ zephyr_udc0: &usbd {
|
|||
compatible = "nordic,nrf-usbd";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&qspi {
|
||||
status = "disabled";
|
||||
|
||||
/* Drop the flash and partitions to avoid the config being used for DFU
|
||||
* samples.
|
||||
*/
|
||||
/delete-node/ mx25r6435f@0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue