1# Copyright (c) 2025 MASSDRIVER EI (massdrive.space) 2# SPDX-License-Identifier: Apache-2.0 3 4description: RISC-V Core Local Interrupt Controller CLIC Pre-Standard v0.9 5 6compatible: "sifive,clic-draft" 7 8include: [interrupt-controller.yaml, base.yaml] 9 10properties: 11 reg: 12 required: true 13 14 "#interrupt-cells": 15 const: 2 16 17interrupt-cells: 18 - irq 19 - priority 20