dtoc_test_aliases.dts 338 B

12345678910111213141516171819202122
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Test device tree file for dtoc
  4. *
  5. * Copyright 2017 Google, Inc
  6. */
  7. /dts-v1/;
  8. / {
  9. spl-test {
  10. u-boot,dm-pre-reloc;
  11. compatible = "compat1", "compat2.1-fred", "compat3";
  12. intval = <1>;
  13. };
  14. spl-test2 {
  15. u-boot,dm-pre-reloc;
  16. compatible = "compat1", "simple_bus";
  17. intval = <1>;
  18. };
  19. };