uboot/tools/binman/test/200_align_default.dts
<<
>>
Prefs
   1// 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};
  31