1// SPDX-License-Identifier: GPL-2.0+
2/dts-v1/;
3
4/ {
5 #address-cells = <1>;
6 #size-cells = <1>;
7
8 binman {
9 allow-repack;
10 section {
11 size = <0x300>;
12 u-boot-dtb {
13 offset = <4>;
14 };
15 };
16 u-boot-spl-dtb {
17 };
18 u-boot-tpl-dtb {
19 };
20 fdtmap {
21 };
22 };
23};
24