Skip to content

Commit 2b42efe

Browse files
katsusternashif
authored andcommitted
dts/bindings: Add binding for riscv,clint0
Currently there is no binding for RISC-V Core-Local Interruptor. This patch add a simple binding. Signed-off-by: Katsuhiro Suzuki <[email protected]>
1 parent 387e3e4 commit 2b42efe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright (c) 2020, Katsuhiro Suzuki.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: Common fields for the RISC-V Core-Local interruptor.
5+
6+
include: [interrupt-controller.yaml, base.yaml]
7+
8+
compatible: "riscv,clint0"
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
"#interrupt-cells":
15+
const: 1
16+
17+
interrupt-cells:
18+
- irq

0 commit comments

Comments
 (0)