testcases.dts 361 B

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