1 // SPDX-License-Identifier: GPL-2.0
10 #interrupt-cells = <1>;
15 #interrupt-cells = <3>;
20 #interrupt-cells = <2>;
23 test_intmap0: intmap0 {
24 #interrupt-cells = <1>;
26 interrupt-map = <1 &test_intc0 9>,
27 <2 &test_intc1 10 11 12>,
28 <3 &test_intc2 13 14>,
29 <4 &test_intc2 15 16>;
32 test_intmap1: intmap1 {
33 #interrupt-cells = <2>;
34 interrupt-map = <0x5000 1 2 &test_intc0 15>;
38 interrupt-parent = <&test_intc0>;
39 interrupts = <1>, <2>, <3>, <4>;
43 interrupt-parent = <&test_intmap0>;
44 interrupts = <1>, <2>, <3>, <4>;
47 interrupts-extended0 {
49 interrupts-extended = <&test_intc0 1>,
60 compatible = "testcase-device";
61 interrupt-parent = <&test_intc0>;
66 compatible = "testcase-device";
67 interrupt-parent = <&test_intc2>;
68 interrupts = <1>; /* invalid specifier - too short */