Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / of / unittest-data / testcases.dtso
blob61cdd3d5fccb1f2b43e8c0a1a43a62988198f1fd
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
5 #include "testcases_common.dtsi"
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         };