Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 /plugin/;
0004 
0005 #include "testcases_common.dtsi"
0006 
0007 / {
0008         /*
0009          * testcase data that intentionally results in an error is located here
0010          * instead of in testcases_common.dtsi so that the static overlay apply
0011          * tests will not include the error.
0012          */
0013         testcase-data {
0014                 testcase-device2 {
0015                         compatible = "testcase-device";
0016                         interrupt-parent = <&test_intc2>;
0017                         interrupts = <1>; /* invalid specifier - too short */
0018                 };
0019         };
0020 
0021 };