Simon Glass | c079192 | 2017-06-18 22:09:06 -0600 | [diff] [blame] | 1 | /* |
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 | }; |