This patch adds driver for the Microchip Polarfire SOC MSS QSPI controller. The interrupts of the MSS QSPI are routed through PLIC(Platform level interrupt controller). Tested with generic spi-nor flash driver(spi_flash) with both Fixed flash configuration and Read flash parameters at runtime(using SFDP). Signed-off-by: Naga Sureshkumar Relli <nagasuresh.relli@microchip.com>
11 lines
274 B
Text
11 lines
274 B
Text
# Microchip Polarfire SOC QSPI
|
|
|
|
# Copyright (c) 2022 Microchip Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_MCHP_QSPI
|
|
bool "Microchip Polarfire SOC QSPI driver"
|
|
default y
|
|
depends on SOC_MPFS
|
|
help
|
|
Enable support for the Polarfire SOC QSPI driver.
|