2018-01-29 03:13:54 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Google LLC.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-01-29 03:13:54 +08:00
|
|
|
title: Atmel SAM0 SERCOM SPI driver
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the Atmel SAM0 SERCOM SPI controller
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: spi-controller.yaml
|
2018-01-29 03:13:54 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "atmel,sam0-spi"
|
|
|
|
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-11-01 18:15:59 +08:00
|
|
|
|
|
|
|
dipo:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-11-01 18:15:59 +08:00
|
|
|
description: Data In Pinout
|
|
|
|
|
|
|
|
dopo:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-11-01 18:15:59 +08:00
|
|
|
description: Data Out Pinout
|
2019-03-29 06:11:42 +08:00
|
|
|
|
|
|
|
rxdma:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-03-29 06:11:42 +08:00
|
|
|
description: Receive DMA channel
|
|
|
|
|
|
|
|
txdma:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2019-03-29 06:11:42 +08:00
|
|
|
description: Transmit DMA channel
|