Skip to content

Commit 477d56e

Browse files
jimmyzhekartben
authored andcommitted
dts: bindings: interrupt-controller: add riscv,clic yaml
Add RISC-V CLIC (Core-Local Interrupt Controller) yaml. Signed-off-by: Jimmy Zheng <[email protected]>
1 parent a1a92a2 commit 477d56e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright (c) 2025 Andes Technology Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: RISC-V core local interrupt controller
5+
6+
compatible: "riscv,clic"
7+
8+
include: [interrupt-controller.yaml, base.yaml]
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
"#interrupt-cells":
15+
const: 2
16+
17+
interrupt-cells:
18+
- irq
19+
- priority

0 commit comments

Comments
 (0)