4d6a8bc65a
Add driver for the Microchip Polarfire SOC MSS SPI controller. The interrupts of the MSS SPI 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>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
# Microchip Polarfire SOC SPI
|
|
|
|
# Copyright (c) 2022 Microchip Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_MCHP_MSS
|
|
bool "Microchip Polarfire SOC SPI driver"
|
|
default y
|
|
depends on DT_HAS_MICROCHIP_MPFS_SPI_ENABLED
|
|
help
|
|
Enable support for the Polarfire SOC SPI driver.
|