blob: c727f185afb7a9373e80323d6b481e10e693c2da [file] [log] [blame]
Simon Glassc0791922017-06-18 22:09:06 -06001/*
2 * Test device tree file for dtoc
3 *
4 * Copyright 2017 Google, Inc
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 /dts-v1/;
10
11/ {
12 spl-test {
13 u-boot,dm-pre-reloc;
14 compatible = "compat1", "compat2.1-fred", "compat3";
15 intval = <1>;
16 };
17
18};