1# Copyright (c) 2019 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nordic nRF family SPIS (SPI slave with EasyDMA)
5
6compatible: "nordic,nrf-spis"
7
8include: nordic,nrf-spi-common.yaml
9
10properties:
11  def-char:
12    type: int
13    required: true
14    description: |
15        Default character. Character clocked out when the slave was not
16        provided with buffers and is ignoring the transaction.
17