blob: 7caeeddac59812ea7b4aab66ca76629334768dde [file] [log] [blame]
#
# Copyright (c) 2019 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
title: Nordic nRF Family SPIS (SPI Slave)
description: >
This is a representation of the Nordic nRF SPIS node
inherits:
!include spi.yaml
properties:
compatible:
constraint: "nordic,nrf-spis"
reg:
category: required
interrupts:
category: required
sck-pin:
type: int
category: required
description: SCK pin
mosi-pin:
type: int
category: required
description: MOSI pin
miso-pin:
type: int
category: required
description: MISO pin
csn-pin:
type: int
category: required
description: CSN pin
def-char:
type: int
category: required
description: >
Default character. Character clocked out when the slave was not
provided with buffers and is ignoring the transaction.