27 lines
469 B
YAML
27 lines
469 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:
|
|
constraint: "atmel,sam0-spi"
|
|
|
|
reg:
|
|
type: array
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
...
|