]> git.ipfire.org Git - thirdparty/u-boot.git/blame - tools/binman/test/045_prop_test.dts
binman: Move to three-digit test-file numbers
[thirdparty/u-boot.git] / tools / binman / test / 045_prop_test.dts
CommitLineData
4a28b007
SG
1/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
3ab9598d 8 sort-by-offset;
4a28b007
SG
9 end-at-4gb;
10 size = <16>;
11 intel-me {
12 filename = "me.bin";
3ab9598d 13 offset-unset;
4a28b007
SG
14 intval = <3>;
15 intarray = <5 6>;
16 byteval = [08];
17 bytearray = [01 23 34];
18 longbytearray = [09 0a 0b 0c];
19 stringval = "message2";
20 stringarray = "another", "multi-word", "message";
21 };
22 };
23};