summaryrefslogtreecommitdiff
path: root/tools/binman/test/200_align_default.dts
blob: 1b155770d4cf7d47e8b30f1ff0d31a5240a2cabd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SPDX-License-Identifier: GPL-2.0+

/dts-v1/;

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

	binman {
		align-default = <8>;
		u-boot {
		};

		u-boot-align {
			type = "u-boot";
		};

		section {
			align = <32>;
			u-boot {
			};

			u-boot-nodtb {
			};
		};

		u-boot-nodtb {
		};
	};
};