xref: /openbmc/u-boot/tools/dtoc/dtoc_test_phandle_single.dts (revision 36adb7c9e826f3284a67503c1b49327cfa9bc895)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Test device tree file for dtoc
4 *
5 * Copyright 2018 Google, Inc
6 */
7
8/dts-v1/;
9
10/ {
11	phandle: phandle-target {
12		u-boot,dm-pre-reloc;
13		compatible = "target";
14		intval = <0>;
15		#clock-cells = <0>;
16	};
17
18	phandle-source2 {
19		u-boot,dm-pre-reloc;
20		compatible = "source";
21		clocks = <&phandle>;
22	};
23};
24