Simon Glass | 28ab212 | 2021-12-16 20:59:16 -0700 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Dummy devicetre file for octeontx2 boards | ||||
4 | * | ||||
5 | * This is required to make the board build with CONFIG OF_SEPARATE | ||||
6 | * I could not find any in-tree documentation at all so this is a dummy file. | ||||
7 | * | ||||
8 | * Copyright 2021 Google LLC | ||||
9 | */ | ||||
10 | |||||
11 | /dts-v1/; | ||||
12 | |||||
13 | / { | ||||
14 | }; |