aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/147_intel_fit.dts
blob: 01ec40e5c72e0fb10a29fe9442d101b290f43795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		end-at-4gb;
		size = <0x80>;

		u-boot {
		};

		intel-fit {
		};

		intel-fit-ptr {
		};
	};
};