Add overlay and enable Nordic QPSI driver to support bmd_345_eval Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
#
|
|
# Copyright (c) 2021 Linumiz
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Need this when storage is on flash
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
|
|
|
# Need this when storage is on MX25R64
|
|
CONFIG_NORDIC_QSPI_NOR=y
|
|
CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
|