Simon Glass | d022a7d | 2017-05-27 07:38:21 -0600 | [diff] [blame] | 1 | /dts-v1/; |
2 | |||||
3 | / { | ||||
4 | #address-cells = <1>; | ||||
5 | #size-cells = <1>; | ||||
6 | |||||
7 | binman { | ||||
8 | sort-by-pos; | ||||
9 | end-at-4gb; | ||||
10 | size = <16>; | ||||
11 | intel-me { | ||||
12 | filename = "me.bin"; | ||||
13 | pos-unset; | ||||
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 | }; |