blob: 9d7dc51b3d9b68c4fa78b2ad21c7215f9e50827f [file] [log] [blame]
Simon Glass72555fa2019-11-06 17:22:44 -07001/* 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 = <0xff>;
10 end-at-4gb;
11 size = <0x100>;
12 u-boot-spl {
13 offset = <0xffffff04>;
14 };
15
16 u-boot-spl2 {
17 offset = <0xffffff1c>;
18 type = "u-boot-spl";
19 };
20
21 u-boot {
22 offset = <0xffffff34>;
23 };
24
25 section {
26 u-boot-tpl {
Simon Glass72555fa2019-11-06 17:22:44 -070027 };
28 };
29 };
30};