blob: 2777e3bc65e0b7b66ad675d4c6d57c78224fa67d [file]
# Copyright (c) 2024 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
description: Renesas RZ external interrupt controller
compatible: "renesas,rz-ext-irq"
include: [interrupt-controller.yaml, base.yaml, pinctrl-device.yaml]
properties:
"#interrupt-cells":
const: 2
trigger-type:
required: true
type: string
description: |
Indicates the condition that will trigger an interrupt when detected.
enum:
- "falling"
- "rising"
- "both_edges"
- "low_level"