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