dtoc_test_aliases.dts 245 B

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