1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,intmux.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale INTMUX interrupt multiplexer
10 - Shawn Guo <shawnguo@kernel.org>
11 - NXP Linux Team <linux-imx@nxp.com>
24 Should contain the parent interrupt lines (up to 8) used to multiplex
27 interrupt-controller: true
32 The 1st cell is hw interrupt number, the 2nd cell is channel index.
47 - interrupt-controller
52 additionalProperties: false
56 interrupt-controller@37400000 {
57 compatible = "fsl,imx-intmux";
58 reg = <0x37400000 0x1000>;
59 interrupts = <0 16 4>,
68 interrupt-parent = <&gic>;
69 #interrupt-cells = <2>;