blob: 1b1763932c79b1a39b305f45e9b74196ef9636e5 [file] [log] [blame]
Simon Glass961c1ce2018-07-06 10:27:35 -06001// 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 {
Simon Glass9dbf90e2023-02-13 08:56:37 -070012 bootph-all;
Simon Glass961c1ce2018-07-06 10:27:35 -060013 compatible = "target";
14 intval = <0>;
15 #clock-cells = <0>;
16 };
17
18 phandle-source2 {
Simon Glass9dbf90e2023-02-13 08:56:37 -070019 bootph-all;
Simon Glass961c1ce2018-07-06 10:27:35 -060020 compatible = "source";
21 clocks = <&phandle>;
22 };
23};