Simon Glass | 72555fa | 2019-11-06 17:22:44 -0700 | [diff] [blame] | 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 = <0xff>; | ||||
10 | end-at-4gb; | ||||
11 | size = <0x100>; | ||||
12 | u-boot-spl { | ||||
13 | offset = <0xffffff04>; | ||||
14 | }; | ||||
15 | |||||
16 | u-boot-spl2 { | ||||
Alper Nebi Yasak | 9634dc9 | 2022-06-18 15:13:11 +0300 | [diff] [blame] | 17 | offset = <0xffffff20>; |
Simon Glass | 72555fa | 2019-11-06 17:22:44 -0700 | [diff] [blame] | 18 | type = "u-boot-spl"; |
19 | }; | ||||
20 | |||||
21 | u-boot { | ||||
Alper Nebi Yasak | 9634dc9 | 2022-06-18 15:13:11 +0300 | [diff] [blame] | 22 | offset = <0xffffff3c>; |
Simon Glass | 72555fa | 2019-11-06 17:22:44 -0700 | [diff] [blame] | 23 | }; |
24 | |||||
25 | section { | ||||
26 | u-boot-tpl { | ||||
Simon Glass | 72555fa | 2019-11-06 17:22:44 -0700 | [diff] [blame] | 27 | }; |
28 | }; | ||||
29 | }; | ||||
30 | }; |