zephyr/dts/bindings/iio/adc/atmel,sam-afec.yaml

37 lines
691 B
YAML
Raw Normal View History

---
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
- peripheral-id:
type: int
description: peripheral ID
generation: define
category: required
...