zephyr/dts/bindings/spi/nordic,nrf-spis.yaml
Andrzej Głąbek 32b9e65e4b drivers: spi: nrfx: Add support for pinctrl
Add support for the new pinctrl API to the SPI drivers that handle
the nRF SPI, SPIM, and SPIS peripherals. Update code of the drivers
and related devicetree bindings.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-03-09 12:05:22 +01:00

26 lines
752 B
YAML

# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: Nordic nRF family SPIS (SPI slave with EasyDMA)
compatible: "nordic,nrf-spis"
include: nordic,nrf-spi-common.yaml
properties:
csn-pin:
type: int
required: false
description: |
IMPORTANT: This option will only be used if the new pin control driver
is not enabled. It will be deprecated in the future.
The CSN pin to use. The pin numbering scheme is the same as
the sck-pin property's.
def-char:
type: int
required: true
description: |
Default character. Character clocked out when the slave was not
provided with buffers and is ignoring the transaction.