]> Git Repo - J-u-boot.git/blob - tools/dtoc/dtoc_test_phandle_bad.dts
dtoc: Export the _FindNode() function
[J-u-boot.git] / tools / dtoc / dtoc_test_phandle_bad.dts
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-source {
12                 u-boot,dm-pre-reloc;
13                 compatible = "source";
14                 clocks = <20>;    /* Invalid phandle */
15         };
16 };
This page took 0.02481 seconds and 4 git commands to generate.