]> git.ipfire.org Git - thirdparty/u-boot.git/blob - tools/dtoc/test/dtoc_test_invalid_driver.dts
Merge branch 'next'
[thirdparty/u-boot.git] / tools / dtoc / test / dtoc_test_invalid_driver.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * Test device tree file for dtoc
4 *
5 * Copyright 2017 Google, Inc
6 */
7
8 /dts-v1/;
9
10 / {
11 spl-test {
12 bootph-all;
13 compatible = "invalid";
14 };
15 };