mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
15 lines
289 B
Text
15 lines
289 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Dummy devicetre file for octeontx2 boards
|
||
|
*
|
||
|
* This is required to make the board build with CONFIG OF_SEPARATE
|
||
|
* I could not find any in-tree documentation at all so this is a dummy file.
|
||
|
*
|
||
|
* Copyright 2021 Google LLC
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
};
|