mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
18 lines
242 B
Plaintext
18 lines
242 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Test device tree file for dtoc
|
|
*
|
|
* Copyright 2017 Google, Inc
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
spl-test {
|
|
u-boot,dm-pre-reloc;
|
|
compatible = "compat1", "compat2.1-fred", "compat3";
|
|
intval = <1>;
|
|
};
|
|
|
|
};
|