Walter Lozano | a324e41 | 2020-06-25 01:10:08 -0300 | [diff] [blame] | 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 = "invalid"; | ||||
14 | }; | ||||
15 | }; |