Skip to content

Commit

Permalink
boards: nordic: nrf9161dk: remove duplicate flash
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
JordanYates authored and aescolar committed Aug 11, 2024
1 parent eca1112 commit 15aab68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/

/* Remove v0.9.0 variant flash */
/delete-node/ &gd25wb256;

&spi3 {
gd25lb256: gd25lb256e3ir@1 {
compatible = "jedec,spi-nor";
Expand Down

0 comments on commit 15aab68

Please sign in to comment.