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:
parent
7d9fa5fab2
commit
fcc729f240
7 changed files with 397 additions and 0 deletions
18
dts/bindings/spi/nxp,imx-ecspi.yaml
Normal file
18
dts/bindings/spi/nxp,imx-ecspi.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue