Sign in
qemu
/
u-boot
/
3ee343cd7cc1eaa4e0b905ab3d8d0c764985d264
/
.
/
tools
/
binman
/
test
/
200_align_default.dts
blob: 1b155770d4cf7d47e8b30f1ff0d31a5240a2cabd [
file
]
// 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
{
};
};
};