46 lines
870 B
YAML
46 lines
870 B
YAML
# 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
|
|
|
|
compatible: "nordic,nrf-spis"
|
|
|
|
include: spi-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
sck-pin:
|
|
type: int
|
|
required: true
|
|
description: SCK pin
|
|
|
|
mosi-pin:
|
|
type: int
|
|
required: true
|
|
description: MOSI pin
|
|
|
|
miso-pin:
|
|
type: int
|
|
required: true
|
|
description: MISO pin
|
|
|
|
csn-pin:
|
|
type: int
|
|
required: true
|
|
description: CSN pin
|
|
|
|
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.
|