dtoc_test_phandle_bad.dts 242 B

12345678910111213141516
  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. phandle-source {
  10. u-boot,dm-pre-reloc;
  11. compatible = "source";
  12. clocks = <20>; /* Invalid phandle */
  13. };
  14. };