Add RISC-V CLIC (Core-Local Interrupt Controller) yaml. Signed-off-by: Jimmy Zheng <jimmyzhe@andestech.com>
20 lines
330 B
YAML
20 lines
330 B
YAML
# Copyright (c) 2025 Andes Technology Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: RISC-V core local interrupt controller
|
|
|
|
compatible: "riscv,clic"
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
"#interrupt-cells":
|
|
const: 2
|
|
|
|
interrupt-cells:
|
|
- irq
|
|
- priority
|