5dad944351
The NXP S32 QSPI controller acts as an interface to up to two serial flash memory devices, each with up to eight bidirectional data lines, depending on the platform. It is based on a LUT enginee to interface through commands with different memory types including flash NOR and Hyperram. This patch adds support for the QSPI in S32K344 which supports a single memory device (side A) with up to four bidirectional data lines and SDR only. Nevertheless, the memory controller is implemented flexible enough to be extended to support more feature-rich QSPI blocks. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MEMC_NXP_S32_QSPI
|
|
bool "NXP S32 Quad Serial Peripheral Interface (QSPI) controller"
|
|
default y
|
|
depends on DT_HAS_NXP_S32_QSPI_ENABLED
|
|
select PINCTRL
|
|
help
|
|
Enable NXP S32 Quad Serial Peripheral Interface (QSPI) controller.
|