dtoc_test_phandle_single.dts 342 B

1234567891011121314151617181920212223
  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: phandle-target {
  10. u-boot,dm-pre-reloc;
  11. compatible = "target";
  12. intval = <0>;
  13. #clock-cells = <0>;
  14. };
  15. phandle-source2 {
  16. u-boot,dm-pre-reloc;
  17. compatible = "source";
  18. clocks = <&phandle>;
  19. };
  20. };