]> git.ipfire.org Git - people/ms/u-boot.git/blame - tools/binman/test/24_sorted.dts
Merge git://git.denx.de/u-boot-spi
[people/ms/u-boot.git] / tools / binman / test / 24_sorted.dts
CommitLineData
4f44304b
SG
1/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
8 sort-by-pos;
9 u-boot {
f689890d 10 pos = <22>;
4f44304b
SG
11 };
12
13 u-boot-spl {
f689890d 14 pos = <1>;
4f44304b
SG
15 };
16 };
17};