zephyr/dts/bindings/timer/arm,cmsdk-timer.yaml
Kumar Gala b5c4237009 dts: yaml: rework yaml file layout
Moved yaml files to be under dts/bindings and have the bindings try
and match the linux doc device tree binding dir structure as the
canonical binding reference.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-10-23 15:02:00 +02:00

28 lines
536 B
YAML

---
title: ARM CMSDK TIMER
id: arm,cmsdk-timer
version: 0.1
description: >
This binding gives a base representation of the ARM CMSDK TIMER
properties:
- compatible:
type: string
category: required
description: compatible strings
constraint: "arm,cmsdk-timer"
- reg:
type: array
description: mmio register space
generation: define
category: required
- interrupts:
type: array
category: required
description: required interrupts
generation: define
...