162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci/dts-v1/; 362306a36Sopenharmony_ci/plugin/; 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include "testcases_common.dtsi" 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci/ { 862306a36Sopenharmony_ci /* 962306a36Sopenharmony_ci * testcase data that intentionally results in an error is located here 1062306a36Sopenharmony_ci * instead of in testcases_common.dtsi so that the static overlay apply 1162306a36Sopenharmony_ci * tests will not include the error. 1262306a36Sopenharmony_ci */ 1362306a36Sopenharmony_ci testcase-data { 1462306a36Sopenharmony_ci testcase-device2 { 1562306a36Sopenharmony_ci compatible = "testcase-device"; 1662306a36Sopenharmony_ci interrupt-parent = <&test_intc2>; 1762306a36Sopenharmony_ci interrupts = <1>; /* invalid specifier - too short */ 1862306a36Sopenharmony_ci }; 1962306a36Sopenharmony_ci }; 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ci}; 22