Lines Matching +full:dts +full:- +full:node
1 // SPDX-License-Identifier: GPL-2.0
4 testcase-data {
6 #address-cells = <1>;
7 #size-cells = <1>;
10 interrupt-controller;
11 #interrupt-cells = <1>;
15 interrupt-controller;
16 #interrupt-cells = <3>;
20 interrupt-controller;
21 #interrupt-cells = <2>;
25 #interrupt-cells = <1>;
26 #address-cells = <0>;
27 interrupt-map = <1 &test_intc0 9>,
34 #interrupt-cells = <2>;
36 * #address-cells is required
38 * The property is not provided in this node to
40 * this case for legacy .dts files.
42 * Not having #address-cells will result in a
44 * version v1.6.1-19-g0a3a9d3449c8
46 * -Wno-interrupt_map to the Makefile for all
47 * .dts files this include this .dtsi
48 #address-cells = <1>;
50 interrupt-map = <0x5000 1 2 &test_intc0 15>;
54 interrupt-parent = <&test_intc0>;
59 interrupt-parent = <&test_intmap0>;
63 interrupts-extended0 {
67 * property - see comment in node intmap1
69 interrupts-extended = <&test_intc0 1>,
79 testcase-device1 {
80 compatible = "testcase-device";
81 interrupt-parent = <&test_intc0>;
87 * located in testcases.dts instead of in this file so that the