tpm: Add a few new commands for v1
[platform/kernel/u-boot.git] / tools / binman / test / 80_4gb_and_skip_at_start_together.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright 2018 NXP
4  */
5
6 /dts-v1/;
7
8 / {
9         #address-cells = <1>;
10         #size-cells = <1>;
11
12         binman {
13                 size = <32>;
14                 sort-by-offset;
15                 end-at-4gb;
16                 skip-at-start = <0xffffffe0>;
17                 u-boot {
18                         offset = <0xffffffe0>;
19                 };
20         };
21 };