Skip to content

Commit 8a9627d

Browse files
nordic-mik7nordicjm
authored andcommitted
boot/zephyr/boards: nrf54h20dk 'iron' board configuration
Added configuration for the nRF54H20 DK 'iron' board variant. Signed-off-by: Michal Kozikowski <[email protected]>
1 parent de7a9dc commit 8a9627d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
# Ensure that the SPI NOR driver is disabled by default
7+
CONFIG_SPI_NOR=n
8+
9+
CONFIG_BOOT_WATCHDOG_FEED=n
10+
11+
CONFIG_MULTITHREADING=y

0 commit comments

Comments
 (0)