Lines Matching full:interrupt
11 test_cpu_intc: interrupt-controller {
14 #interrupt-cells = < 0x01 >;
15 interrupt-controller;
18 test_l1_irq: interrupt-controller@bbbbcccc {
21 interrupt-controller;
22 #interrupt-cells = <2>;
24 interrupt-parent = <&test_cpu_intc>;
27 test_l2_irq: interrupt-controller@bbbccccc {
30 interrupt-controller;
31 #interrupt-cells = <2>;
33 interrupt-parent = <&test_l1_irq>;
36 test_l3_irq: interrupt-holder {
37 compatible = "vnd,interrupt-holder";
40 interrupt-parent = <&test_l2_irq>;
41 interrupt-names = "test";
44 test_l1_irq_inc: interrupt-controller@bbbbdccc {
47 interrupt-controller;
48 #interrupt-cells = <2>;
50 interrupt-parent = <&test_cpu_intc>;
53 test_l2_irq_inc: interrupt-controller@bbbbdcdc {
56 interrupt-controller;
57 #interrupt-cells = <2>;
59 interrupt-parent = <&test_l1_irq>;
62 test_l3_irq_inc: interrupt-holder-inc {
63 compatible = "vnd,interrupt-holder";
66 interrupt-parent = <&test_l2_irq>;
67 interrupt-names = "test";