zephyr/dts/bindings/spi/atmel,sam0-spi.yaml

40 lines
685 B
YAML

#
# Copyright (c) 2018, Google LLC.
#
# SPDX-License-Identifier: Apache-2.0
#
title: Atmel SAM0 SERCOM SPI driver
description: >
This binding gives a base representation of the Atmel SAM0 SERCOM SPI controller
include: spi-controller.yaml
properties:
compatible:
constraint: "atmel,sam0-spi"
reg:
required: true
dipo:
type: int
required: true
description: Data In Pinout
dopo:
type: int
required: true
description: Data Out Pinout
rxdma:
type: int
required: false
description: Receive DMA channel
txdma:
type: int
required: false
description: Transmit DMA channel