29 lines
578 B
YAML
29 lines
578 B
YAML
---
|
|
title: Atmel SERCOM binding
|
|
id: atmel,sam0-sercom
|
|
version: 0.1
|
|
|
|
description: >
|
|
Binding for the Atmel SAM0 multi-protocol (UART, SPI, I2C) SERCOM unit.
|
|
|
|
properties:
|
|
compatible:
|
|
type: string
|
|
category: required
|
|
description: compatible strings
|
|
constraint: "atmel,sam0-sercom"
|
|
generation: define
|
|
|
|
reg:
|
|
type: array
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
|
|
interrupts:
|
|
type: array
|
|
category: required
|
|
description: required interrupts
|
|
generation: define
|
|
...
|