21 lines
241 B
Plaintext
21 lines
241 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
sort-by-pos;
|
||
|
end-at-4gb;
|
||
|
size = <0x800000>;
|
||
|
intel-descriptor {
|
||
|
filename = "descriptor.bin";
|
||
|
};
|
||
|
|
||
|
intel-me {
|
||
|
filename = "me.bin";
|
||
|
pos-unset;
|
||
|
};
|
||
|
};
|
||
|
};
|