brintos

brintos / linux-shallow public Read only

0
0
Text · 468 B · 61cdd3d Raw
22 lines · plain
1// SPDX-License-Identifier: GPL-2.02/dts-v1/;3/plugin/;4 5#include "testcases_common.dtsi"6 7/ {8	/*9	 * testcase data that intentionally results in an error is located here10	 * instead of in testcases_common.dtsi so that the static overlay apply11	 * 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};22