9 #interrupt-cells = <1>;
14 #interrupt-cells = <3>;
19 #interrupt-cells = <2>;
22 test_intmap0: intmap0 {
23 #interrupt-cells = <1>;
25 interrupt-map = <1 &test_intc0 9>,
26 <2 &test_intc1 10 11 12>,
27 <3 &test_intc2 13 14>,
28 <4 &test_intc2 15 16>;
31 test_intmap1: intmap1 {
32 #interrupt-cells = <2>;
33 interrupt-map = <0x5000 1 2 &test_intc0 15>;
37 interrupt-parent = <&test_intc0>;
38 interrupts = <1>, <2>, <3>, <4>;
42 interrupt-parent = <&test_intmap0>;
43 interrupts = <1>, <2>, <3>, <4>;
46 interrupts-extended0 {
48 interrupts-extended = <&test_intc0 1>,