1# Copyright (c) 2019, synopsys 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 ARC-HS Interrupt Distribution Unit 2nd-level interrupt controller. Can be 6 used in SMP configurations for dynamic IRQ routing and load balancing of 7 common/external IRQs towards the core interrupt controller. 8 9compatible: "snps,archs-idu-intc" 10 11include: [interrupt-controller.yaml, base.yaml] 12 13interrupt-cells: 14 - irq 15 - priority 16