1# Copyright (c) 2019, Linaro Limited 2# Copyright (c) 2020, ATL Electronics 3# SPDX-License-Identifier: Apache-2.0 4 5description: | 6 Cypress Interrupt Multiplex Channel 7 8 see cypress,psoc6-intmux 9 10compatible: "cypress,psoc6-intmux-ch" 11 12include: [interrupt-controller.yaml, base.yaml] 13 14properties: 15 reg: 16 required: true 17 18 interrupts: 19 required: true 20 21interrupt-cells: 22 - irq 23 - priority 24