u-boot/arch/arm/dts/bcm7xxx.dts
Simon Glass 142918807d arm: bcm7xxx: Add a devicetree file
Add an empty devicetree file for these boards. It seems to be possible to
obtain a real one from another bootloader called 'bolt' but I will leave
this to the maintainer.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-12-23 10:24:39 -05:00

15 lines
313 B
Text

// SPDX-License-Identifier: GPL-2.0+
/*
* Empty devicetre file for bcm7260 board
*
* This is required to make the board build with CONFIG OF_SEPARATE
* In-tree document explains how to obtain a real devicetree using 'bolt' but
* I did not attempt this.
*
* Copyright 2021 Google LLC
*/
/dts-v1/;
/ {
};