blob: 60a15f5df23fcec9bdcab0c2e9bc5135ba1e4f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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/;
/ {
};
|