Simon Glass | 69114b1 | 2021-12-16 20:59:15 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Empty devicetree file for xenguest_arm64 | ||||
4 | * | ||||
5 | * This is required to make the board build with CONFIG OF_SEPARATE | ||||
6 | * Build instructions at xenguest_arm64.rst are inadequate for obtaining a real | ||||
7 | * devicetree. | ||||
8 | * | ||||
9 | * Copyright 2021 Google LLC | ||||
10 | */ | ||||
11 | |||||
12 | /dts-v1/; | ||||
13 | |||||
14 | / { | ||||
15 | }; |