blob: e9828a695b5b6343226e0e92976203b29321e894 [file] [log] [blame]
Simon Glassc0791922017-06-18 22:09:06 -06001/*
2 * Test device tree file for dtoc
3 *
4 * Copyright 2017 Google, Inc
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 /dts-v1/;
10
11/ {
12 phandle: phandle-target {
13 u-boot,dm-pre-reloc;
14 compatible = "target";
15 intval = <1>;
16 };
17
18 phandle-source {
19 u-boot,dm-pre-reloc;
20 compatible = "source";
21 clocks = <&phandle 1>;
22 };
23};