27 lines
752 B
YAML
27 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.
|