u-boot/tools/binman/test/200_align_default.dts

31 lines
297 B
Plaintext

// 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 {
};
};
};