testcases_common.dtsi 342 B

12345678910111213141516171819
  1. // SPDX-License-Identifier: GPL-2.0
  2. / {
  3. testcase-data {
  4. changeset {
  5. prop-update = "hello";
  6. prop-remove = "world";
  7. node-remove {
  8. };
  9. };
  10. };
  11. };
  12. #include "tests-phandle.dtsi"
  13. #include "tests-interrupts.dtsi"
  14. #include "tests-match.dtsi"
  15. #include "tests-address.dtsi"
  16. #include "tests-platform.dtsi"
  17. #include "tests-overlay.dtsi"