28 lines
536 B
YAML
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
|
|
...
|