This commit adds the pfic interrupt controller driver for WCH CH32V003. Signed-off-by: Michael Hope <michaelh@juju.nz> Signed-off-by: Dhiru Kholia <dhiru.kholia@gmail.com>
19 lines
319 B
YAML
19 lines
319 B
YAML
# Copyright (c) 2024 Michael Hope
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: WCH CH32V00x Programmable Fast Interrupt Controller (PFIC)
|
|
|
|
compatible: "wch,pfic"
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
"#interrupt-cells":
|
|
const: 1
|
|
|
|
interrupt-cells:
|
|
- irq
|