Skip to content

Commit e96191a

Browse files
snippets: Add 54lm20 to the WiFi ext-flash snippet
Added board files dedicated to 54lm20 boards to allow building the ext-flash snippet. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 5c6fd73 commit e96191a

6 files changed

Lines changed: 46 additions & 0 deletions
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Copyright (c) 2026 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_GPIO=y
8+
CONFIG_SPI=y
9+
CONFIG_SPI_NOR=y
10+
CONFIG_SPI_NOR_SFDP_DEVICETREE=y
11+
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* Copyright (c) 2026 Nordic Semiconductor ASA
2+
*
3+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
4+
*/
5+
6+
&spi00 {
7+
status = "okay";
8+
};
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Copyright (c) 2026 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_GPIO=y
8+
CONFIG_SPI=y
9+
CONFIG_SPI_NOR=y
10+
CONFIG_SPI_NOR_SFDP_DEVICETREE=y
11+
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* Copyright (c) 2026 Nordic Semiconductor ASA
2+
*
3+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
4+
*/
5+
6+
&spi00 {
7+
status = "okay";
8+
};

snippets/nrf70-fw-patch-ext-flash/fw-patch-ext-flash.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
};
1111

1212
&mx25r64 {
13+
status = "okay";
14+
1315
partitions {
1416
compatible = "fixed-partitions";
1517
#address-cells = <1>;

snippets/nrf70-fw-patch-ext-flash/snippet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ boards:
88
nrf7002dk/nrf5340/cpuapp:
99
append:
1010
EXTRA_CONF_FILE: boards/nrf7002dk_nrf5340_cpuapp.conf
11+
nrf54lm20dk/nrf54lm20a/cpuapp:
12+
append:
13+
EXTRA_CONF_FILE: boards/nrf54lm20dk_nrf54lm20a_cpuapp.conf
14+
nrf54lm20dk/nrf54lm20b/cpuapp:
15+
append:
16+
EXTRA_CONF_FILE: boards/nrf54lm20dk_nrf54lm20b_cpuapp.conf

0 commit comments

Comments
 (0)