]> git.ipfire.org Git - thirdparty/u-boot.git/blame - tools/binman/test/008_pack.dts
binman: Move to three-digit test-file numbers
[thirdparty/u-boot.git] / tools / binman / test / 008_pack.dts
CommitLineData
4f44304b
SG
1/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
8 u-boot {
9 };
10
11 u-boot-align {
12 type = "u-boot";
13 align = <16>;
14 };
15
16 u-boot-size {
17 type = "u-boot";
18 size = <23>;
19 };
20
21 u-boot-next {
22 type = "u-boot";
23 };
24
25 u-boot-fixed {
26 type = "u-boot";
3ab9598d 27 offset = <61>;
4f44304b
SG
28 };
29 };
30};