2018-01-29 03:13:54 +08:00
|
|
|
---
|
|
|
|
title: Atmel SERCOM binding
|
|
|
|
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"
|
2018-08-20 19:45:55 +08:00
|
|
|
generation: define
|
2018-01-29 03:13:54 +08:00
|
|
|
|
|
|
|
reg:
|
|
|
|
type: array
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
type: array
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
...
|