dtoc_test_add_prop.dts 357 B

123456789101112131415161718192021222324
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Test device tree file for dtoc
  4. *
  5. * Copyright 2018 Google, Inc
  6. */
  7. /dts-v1/;
  8. / {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. spl-test {
  12. u-boot,dm-pre-reloc;
  13. compatible = "sandbox,spl-test";
  14. intval = <1>;
  15. };
  16. spl-test2 {
  17. u-boot,dm-pre-reloc;
  18. compatible = "sandbox,spl-test";
  19. intarray = <5>;
  20. };
  21. };