36 lines
641 B
YAML
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
|
|
...
|