blob: 24fa6351ec3c0f6bce6656b931b92a1eb6414970 [file] [log] [blame]
Simon Glass704784b2018-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>;
Simon Glasscda991e2023-02-12 17:11:15 -070014 preserve;
Simon Glass704784b2018-07-17 13:25:38 -060015
16 u-boot {
17 };
18 };
19 section@1 {
20 name-prefix = "rw-";
21 size = <0x10>;
22 pad-byte = <0x61>;
23
24 u-boot {
25 };
26 };
27 fmap {
28 };
29 };
30};