zephyr/dts/bindings/interrupt-controller/renesas,ra-interrupt-controller-unit.yaml
TOKITA Hiroshi a9e49918cf drivers: interrupt_controller: Add icu driver for Renesas RA series
To avoid complicating the initial code for supporting the SoC,
I have implemented only the bare minimum for now.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2023-11-01 10:56:46 +00:00

21 lines
358 B
YAML

# Copyright (c) 2023, TOKITA Hiroshi
# SPDX-License-Identifier: Apache-2.0
description: Renesas RA series interrupt controller unit
compatible: "renesas,ra-interrupt-controller-unit"
include: [interrupt-controller.yaml, base.yaml]
properties:
reg:
required: true
"#interrupt-cells":
const: 3
interrupt-cells:
- irq
- priority
- flags