drivers: spi: Support NXP i.MX ECSPI

Add a driver implementation for NXP's Enhanced Configurable SPI.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-02-20 09:33:37 +01:00 committed by Anas Nashif
commit fcc729f240
7 changed files with 397 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Copyright (c) 2024 Basalte bv
# SPDX-License-Identifier: Apache-2.0
description: NXP i.MX ECSPI controller
compatible: "nxp,imx-ecspi"
include: ["spi-controller.yaml", "pinctrl-device.yaml"]
properties:
reg:
required: true
interrupts:
required: true
clocks:
required: true