]> git.ipfire.org Git - thirdparty/u-boot.git/blame - tools/dtoc/dtoc_test_phandle_bad2.dts
configs: Migrate the various SPL_BOOT_xxx choices for PowerPC
[thirdparty/u-boot.git] / tools / dtoc / dtoc_test_phandle_bad2.dts
CommitLineData
8512ea2e
SG
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 };
16
17 phandle-source2 {
18 u-boot,dm-pre-reloc;
19 compatible = "source";
20 clocks = <&phandle>;
21 };
22};