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