Lines Matching +full:ls1021a +full:- +full:extirq
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,ls-extirq.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shawn Guo <shawnguo@kernel.org>
11 - Li Yang <leoyang.li@nxp.com>
14 Some Layerscape SOCs (LS1021A, LS1043A, LS1046A LS1088A, LS208xA,
21 - enum:
22 - fsl,ls1021a-extirq
23 - fsl,ls1043a-extirq
24 - fsl,ls1088a-extirq
25 - items:
26 - enum:
27 - fsl,ls1046a-extirq
28 - const: fsl,ls1043a-extirq
29 - items:
30 - enum:
31 - fsl,ls2080a-extirq
32 - fsl,lx2160a-extirq
33 - const: fsl,ls1088a-extirq
35 '#interrupt-cells':
38 '#address-cells':
41 interrupt-controller: true
49 interrupt-map:
52 interrupt-map-mask: true
55 - compatible
56 - '#interrupt-cells'
57 - '#address-cells'
58 - interrupt-controller
59 - reg
60 - interrupt-map
61 - interrupt-map-mask
64 - if:
69 - fsl,ls1021a-extirq
72 interrupt-map:
75 interrupt-map-mask:
77 - const: 0x7
78 - const: 0
79 - if:
84 - fsl,ls1043a-extirq
85 - fsl,ls1046a-extirq
86 - fsl,ls1088a-extirq
87 - fsl,ls2080a-extirq
88 - fsl,lx2160a-extirq
91 interrupt-map:
94 interrupt-map-mask:
96 - const: 0xf
97 - const: 0
102 - |
103 #include <dt-bindings/interrupt-controller/arm-gic.h>
104 interrupt-controller@1ac {
105 compatible = "fsl,ls1021a-extirq";
106 #interrupt-cells = <2>;
107 #address-cells = <0>;
108 interrupt-controller;
110 interrupt-map =
117 interrupt-map-mask = <0x7 0x0>;