1// 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		};
30	};
31};
32