Simon Glass | 1429188 | 2021-12-16 20:59:18 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Empty devicetre file for bcm7260 board | ||||
4 | * | ||||
5 | * This is required to make the board build with CONFIG OF_SEPARATE | ||||
6 | * In-tree document explains how to obtain a real devicetree using 'bolt' but | ||||
7 | * I did not attempt this. | ||||
8 | * | ||||
9 | * Copyright 2021 Google LLC | ||||
10 | */ | ||||
11 | |||||
12 | /dts-v1/; | ||||
13 | |||||
14 | / { | ||||
15 | }; |