30 lines
481 B
YAML
30 lines
481 B
YAML
#
|
|
# Copyright (c) 2018, qianfan Zhao
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Atmel SAM SPI driver
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the Atmel SAM SPI controller
|
|
|
|
inherits:
|
|
!include spi.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "atmel,sam-spi"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
peripheral-id:
|
|
type: int
|
|
description: peripheral ID
|
|
category: required
|