drivers: mcux: flexio: Added MCUX FlexIO SPI driver
Added SPI driver using FlexIO. Signed-off-by: Mikhail Siomin <victorovich.01@mail.ru>
This commit is contained in:
parent
877b10bef1
commit
8dbfdd6f9f
5 changed files with 479 additions and 0 deletions
27
dts/bindings/spi/nxp,flexio-spi.yaml
Normal file
27
dts/bindings/spi/nxp,flexio-spi.yaml
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Copyright (c) 2024, STRIM, ALC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: NXP FlexIO SPI controller
|
||||
|
||||
compatible: "nxp,flexio-spi"
|
||||
|
||||
include: [spi-controller.yaml, "pinctrl-device.yaml"]
|
||||
|
||||
properties:
|
||||
sdo-pin:
|
||||
type: int
|
||||
required: true
|
||||
description: |
|
||||
Pin select for data output.
|
||||
|
||||
sdi-pin:
|
||||
type: int
|
||||
required: true
|
||||
description: |
|
||||
Pin select for data input.
|
||||
|
||||
sck-pin:
|
||||
type: int
|
||||
required: true
|
||||
description: |
|
||||
Pin select for clock.
|
Loading…
Add table
Add a link
Reference in a new issue