zephyr/dts/bindings/interrupt-controller/xtensa,intc.yaml
Erwan Gouriou 1755cf6582 dts/bindings: Add 'generation' directive on for 'compatible' property
Add 'generation: define' directive to 'compatible' property.
When existing for a type of device, move compatible property
description in device base structure (eg: i2c.yaml)

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-09-14 08:02:53 -05:00

35 lines
630 B
YAML

---
title: Xtensa Core Interrupt Controller
version: 0.1
description: >
This binding describes Xtensa Core Interrupt controller
properties:
compatible:
category: required
type: string
description: compatible strings
constraint: "xtensa,core-intc"
generation: define
reg:
category: required
type: int
description: mmio register space
generation: define
snps,num-irq-priority-bits:
category: required
type: int
description: number of bits of IRQ priorities
generation: define
cell_string: IRQ
"#cells":
- irq
- sense
- priority
...