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
12	phandle-source2 {
13		bootph-all;
14		compatible = "source";
15		clocks = <&phandle>;
16	};
17
18	phandle: phandle-target {
19		bootph-all;
20		compatible = "target";
21		#clock-cells = <0>;
22	};
23};
24