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:
parent
eca1112d5b
commit
15aab68d29
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue