Simon Glass | cec34ba | 2019-07-08 14:25:28 -0600 | [diff] [blame] | 1 | /dts-v1/; |
2 | |||||
3 | / { | ||||
4 | #address-cells = <1>; | ||||
5 | #size-cells = <1>; | ||||
6 | |||||
7 | binman { | ||||
8 | size = <0x400>; | ||||
9 | sort-by-offset; | ||||
10 | u-boot { | ||||
11 | offset = <0x100>; | ||||
12 | }; | ||||
13 | fdtmap { | ||||
14 | }; | ||||
15 | image-header { | ||||
16 | offset = <0x80>; | ||||
17 | }; | ||||
18 | }; | ||||
19 | }; |