3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 15:22:18 +00:00
Brooklyn/drivers/of/unittest-data/testcases.dts

22 lines
468 B
Plaintext
Raw Normal View History

2021-05-26 19:09:36 +00:00
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/plugin/;
#include "testcases_common.dtsi"
2021-05-26 19:09:36 +00:00
/ {
/*
* testcase data that intentionally results in an error is located here
* instead of in testcases_common.dtsi so that the static overlay apply
* tests will not include the error.
*/
2021-05-26 19:09:36 +00:00
testcase-data {
testcase-device2 {
compatible = "testcase-device";
interrupt-parent = <&test_intc2>;
interrupts = <1>; /* invalid specifier - too short */
2021-05-26 19:09:36 +00:00
};
};
2021-05-26 19:09:36 +00:00
};