2017-08-04 19:38:18 +08:00
|
|
|
---
|
|
|
|
title: Atmel SAM Family AFEC
|
|
|
|
id: atmel,sam-afec
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the Atmel SAM AFEC
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
- !include adc.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
- compatible:
|
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
|
|
|
constraint: "atmel,sam-afec"
|
|
|
|
|
|
|
|
- reg:
|
|
|
|
type: array
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
|
|
|
- interrupts:
|
|
|
|
type: array
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
2017-10-15 21:27:47 +08:00
|
|
|
|
|
|
|
- peripheral-id:
|
|
|
|
type: int
|
|
|
|
description: peripheral ID
|
|
|
|
generation: define
|
|
|
|
category: required
|
2017-08-04 19:38:18 +08:00
|
|
|
...
|