mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
27 lines
362 B
Text
27 lines
362 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
sort-by-offset;
|
||
|
end-at-4gb;
|
||
|
size = <0x200>;
|
||
|
cbfs {
|
||
|
size = <0x200>;
|
||
|
offset = <0xfffffe00>;
|
||
|
u-boot {
|
||
|
cbfs-offset = <0x40>;
|
||
|
cbfs-type = "raw";
|
||
|
};
|
||
|
u-boot-dtb {
|
||
|
cbfs-offset = <0x140>;
|
||
|
cbfs-type = "raw";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|