30 lines
551 B
YAML
30 lines
551 B
YAML
|
#
|
||
|
# Copyright (c) 2018, Google LLC.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: Atmel SAM0 SERCOM SPI driver
|
||
|
id: atmel,sam0-spi
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This binding gives a base representation of the Atmel SAM0 SERCOM SPI controller
|
||
|
|
||
|
inherits:
|
||
|
!include spi.yaml
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
type: string
|
||
|
category: required
|
||
|
description: compatible strings
|
||
|
constraint: "atmel,sam0-spi"
|
||
|
|
||
|
reg:
|
||
|
type: array
|
||
|
description: mmio register space
|
||
|
generation: define
|
||
|
category: required
|
||
|
...
|