23 lines
413 B
YAML
23 lines
413 B
YAML
# Copyright (c) 2018, SiFive Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for the RISC-V platform-local interrupt controller
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
riscv,max-priority:
|
|
type: int
|
|
description: maximum interrupt priority
|
|
required: true
|
|
|
|
"#interrupt-cells":
|
|
const: 2
|
|
|
|
interrupt-cells:
|
|
- irq
|
|
- priority
|