2019-01-31 19:40:54 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-01-31 19:40:54 +08:00
|
|
|
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.
|