drivers: spi: introduce new Telink B91 SPI driver

SPI driver basic support for Telink B91 SoC.

Signed-off-by: Yuriy Vynnychek <yura.vynnychek@telink-semi.com>
This commit is contained in:
Yuriy Vynnychek 2021-08-05 12:25:57 +03:00 committed by Christopher Friedt
commit 87018c50cc
6 changed files with 499 additions and 0 deletions

8
drivers/spi/Kconfig.b91 Normal file
View file

@ -0,0 +1,8 @@
# Copyright (c) 2021 Telink Semiconductor
# SPDX-License-Identifier: Apache-2.0
config SPI_TELINK_B91
bool "Telink Semiconductor B91 SPI driver"
depends on SOC_RISCV_TELINK_B91
help
Enables Telink B91 SPI driver.