zephyr/dts/arm/yaml/atmel,sam-afec.yaml

31 lines
572 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
...