19 lines
327 B
YAML
19 lines
327 B
YAML
# Copyright (c) 2020, Katsuhiro Suzuki.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Common fields for the RISC-V Core-Local interruptor.
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
compatible: "riscv,clint0"
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
"#interrupt-cells":
|
|
const: 1
|
|
|
|
interrupt-cells:
|
|
- irq
|