1 // SPDX-License-Identifier: GPL-2.0+
3 * Test device tree file for dtoc
5 * Copyright 2017 Google, Inc
11 phandle: phandle-target {
13 compatible = "target";
18 phandle_1: phandle2-target {
20 compatible = "target";
24 phandle_2: phandle3-target {
26 compatible = "target";
33 compatible = "source";
34 clocks = <&phandle &phandle_1 11 &phandle_2 12 13 &phandle>;
39 compatible = "source";