Loading...
Note: File does not exist in v3.5.6.
1// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3/plugin/;
4
5#include "testcases_common.dtsi"
6
7/ {
8 /*
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.
12 */
13 testcase-data {
14 testcase-device2 {
15 compatible = "testcase-device";
16 interrupt-parent = <&test_intc2>;
17 interrupts = <1>; /* invalid specifier - too short */
18 };
19 };
20
21};