Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 149_symbols_tpl.dts
1 /dts-v1/;
2
3 / {
4         #address-cells = <1>;
5         #size-cells = <1>;
6
7         binman {
8                 pad-byte = <0xff>;
9                 u-boot-spl {
10                         offset = <4>;
11                 };
12
13                 u-boot-spl2 {
14                         offset = <0x20>;
15                         type = "u-boot-spl";
16                 };
17
18                 u-boot {
19                         offset = <0x3c>;
20                 };
21
22                 section {
23                         u-boot-tpl {
24                         };
25                 };
26         };
27 };