boards: nordic: nrf9161dk: remove duplicate flash

Remove the flash node defined in the default `v0.9.0` variant before
adding a new node for the `v0.7.0` variant. Fixes two instances of
`jedec,spi-nor` being present in the final dts.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2024-07-30 11:42:29 +10:00 committed by Alberto Escolar
commit 15aab68d29

View file

@ -4,6 +4,9 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
/* Remove v0.9.0 variant flash */
/delete-node/ &gd25wb256;
&spi3 { &spi3 {
gd25lb256: gd25lb256e3ir@1 { gd25lb256: gd25lb256e3ir@1 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";