Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | c079192 | 2017-06-18 22:09:06 -0600 | [diff] [blame] | 2 | /* |
3 | * Test device tree file for dtoc | ||||
4 | * | ||||
5 | * Copyright 2017 Google, Inc | ||||
Simon Glass | c079192 | 2017-06-18 22:09:06 -0600 | [diff] [blame] | 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 | }; |