mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 08:55:22 +00:00
Currently there is no binding for RISC-V Core-Local Interruptor. This patch add a simple binding. Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
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
|