1# Copyright (c) 2024 Michael Hope
2# SPDX-License-Identifier: Apache-2.0
3
4description: WCH CH32V00x Programmable Fast Interrupt Controller (PFIC)
5
6compatible: "wch,pfic"
7
8include: [interrupt-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#interrupt-cells":
15    const: 1
16
17interrupt-cells:
18  - irq
19