zephyr/dts/bindings/interrupt-controller/riscv,plic0.yaml
Nathaniel Graff c48c94c9e6 dts/plic: Remove base_label from PLIC binding
Generate the fully-qualified DTS output. We'll fixup the defines on a
per-soc basis.

Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
2018-12-04 07:48:27 -06:00

36 lines
641 B
YAML

#
# Copyright (c) 2018, SiFive Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: RISC-V PLIC
version: 0.1
description: >
This binding describes the RISC-V Platform-Local Interrupt Controller
properties:
compatible:
category: required
type: string
description: compatible strings
constraint: "riscv,plic0"
generation: define
reg:
category: required
type: int
description: mmio register space
generation: define
riscv,max-priority:
type: int
description: maximum interrupt priority
category: required
generation: define
"#cells":
- irq
...