testcases.dts 468 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. /plugin/;
  4. #include "testcases_common.dtsi"
  5. / {
  6. /*
  7. * testcase data that intentionally results in an error is located here
  8. * instead of in testcases_common.dtsi so that the static overlay apply
  9. * tests will not include the error.
  10. */
  11. testcase-data {
  12. testcase-device2 {
  13. compatible = "testcase-device";
  14. interrupt-parent = <&test_intc2>;
  15. interrupts = <1>; /* invalid specifier - too short */
  16. };
  17. };
  18. };