You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
567 B
26 lines
567 B
# Copyright (c) 2024 Renesas Electronics Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
description: Renesas RZG external interrupt controller |
|
|
|
compatible: "renesas,rz-ext-irq" |
|
|
|
include: [interrupt-controller.yaml, base.yaml, pinctrl-device.yaml] |
|
|
|
properties: |
|
"#address-cells": |
|
const: 0 |
|
|
|
"#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"
|
|
|