dtoc_test_aliases.dts 242 B

1234567891011121314151617
  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. };