blob: 1b155770d4cf7d47e8b30f1ff0d31a5240a2cabd [file] [log] [blame]
Simon Glassf427c5f2021-03-21 18:24:33 +13001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8
9 binman {
10 align-default = <8>;
11 u-boot {
12 };
13
14 u-boot-align {
15 type = "u-boot";
16 };
17
18 section {
19 align = <32>;
20 u-boot {
21 };
22
23 u-boot-nodtb {
24 };
25 };
26
27 u-boot-nodtb {
28 };
29 };
30};