blob: 6780d37f71f476a6af3e521e532f05d1599630e8 [file] [log] [blame]
Alper Nebi Yasak5cff63f2022-03-27 18:31:44 +03001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8
9 binman {
10 size = <0xc00>;
11 allow-repack;
12
13 u-boot {
14 };
15
16 fdtmap {
17 };
18
19 u-boot2 {
20 type = "u-boot";
21 };
22
23 text {
24 text = "some text";
25 };
26
27 u-boot-dtb {
28 };
29
30 image-header {
31 location = "end";
32 };
33 };
34};