blob: e1ce33e67fbc7f180efaeca39f3d1b57518afc6a [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 {
Alper Nebi Yasak9634dc92022-06-18 15:13:11 +030017 offset = <0xffffff20>;
Simon Glass72555fa2019-11-06 17:22:44 -070018 type = "u-boot-spl";
19 };
20
21 u-boot {
Alper Nebi Yasak9634dc92022-06-18 15:13:11 +030022 offset = <0xffffff3c>;
Simon Glass72555fa2019-11-06 17:22:44 -070023 };
24
25 section {
26 u-boot-tpl {
Simon Glass72555fa2019-11-06 17:22:44 -070027 };
28 };
29 };
30};