1 // SPDX-License-Identifier: GPL-2.0
5 #include "testcases_common.dtsi"
9 * testcase data that intentionally results in an error is located here
10 * instead of in testcases_common.dtsi so that the static overlay apply
11 * tests will not include the error.
15 compatible = "testcase-device";
16 interrupt-parent = <&test_intc2>;
17 interrupts = <1>; /* invalid specifier - too short */