blob: e5abf31699c3c2f3ceb7125495ea1f52f1cab37d [file] [log] [blame]
Simon Glassa87014e2018-07-06 10:27:42 -06001// SPDX-License-Identifier: GPL-2.0+
2/dts-v1/;
3
4/ {
5 #address-cells = <1>;
6 #size-cells = <1>;
7
8 binman {
9 pad-byte = <0x26>;
10 size = <0x28>;
11 section@0 {
12 read-only;
13 name-prefix = "ro-";
14 size = <0x10>;
15 pad-byte = <0x21>;
16
17 u-boot {
18 };
19 };
20 section@1 {
21 name-prefix = "rw-";
22 size = <0x10>;
23 pad-byte = <0x61>;
24
25 u-boot {
26 };
27 };
28 _testing {
29 never-complete-process-fdt;
30 };
31 };
32};