1// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6	#address-cells = <1>;
7	#size-cells = <1>;
8
9	binman {
10		sort-by-offset;
11		end-at-4gb;
12		size = <0x200>;
13		cbfs {
14			size = <0x200>;
15			offset = <0xfffffe00>;
16			u-boot {
17				cbfs-offset = <0x40>;
18				cbfs-type = "raw";
19			};
20			u-boot-dtb {
21				cbfs-offset = <0x140>;
22				cbfs-type = "raw";
23			};
24		};
25	};
26};
27