u-boot-brain/tools/binman/test/24_sorted.dts

18 lines
157 B
Plaintext
Raw Normal View History

/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
sort-by-pos;
u-boot {
pos = <22>;
};
u-boot-spl {
pos = <1>;
};
};
};