19 lines
333 B
YAML
19 lines
333 B
YAML
# Copyright (c) 2019, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: RISC-V CPU INTC
|
|
|
|
description: >
|
|
This binding describes the RISC-V CPU Interrupt Controller
|
|
|
|
compatible: "riscv,cpu-intc"
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
"#interrupt-cells":
|
|
const: 1
|
|
|
|
interrupt-cells:
|
|
- irq
|