bsps/imx*: Add an i.MX* specific GPIO SPI driver

This driver uses the generic spi-gpio driver to implement one based on
the i.MX* GPIO API.
This commit is contained in:
Christian Mauderer
2024-04-24 08:58:20 +02:00
committed by Sebastian Huber
parent 0e7567bc2a
commit 15f16def12
4 changed files with 257 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ links:
uid: ../../objirq
- role: build-dependency
uid: ../../objdevfsledma
- role: build-dependency
uid: ../objdevimxspigpio
- role: build-dependency
uid: ../../objdevspigpio
- role: build-dependency
uid: ../../objmem
- role: build-dependency

View File

@@ -0,0 +1,17 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects
cflags: []
copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/dev/spi
source:
- bsps/arm/include/dev/spi/imx-spi-gpio.h
links: []
source:
- bsps/arm/shared/spi/imx-spi-gpio.c
type: build