xref: /openbmc/u-boot/tools/dtoc/dtoc_test_aliases.dts (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
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		u-boot,dm-pre-reloc;
13		compatible = "compat1", "compat2.1-fred", "compat3";
14		intval = <1>;
15	};
16
17};
18