Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8d7b6a86c1605e996b8806386606abc944ba4a08
/
.
/
tools
/
binman
/
test
/
271_overlap_bad.dts
blob: f28180211449034725b102cf136387deca34a42d [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
u
-
boot
{
};
inset
{
type
=
"fill"
;
fill
-
byte
=
[
61
];
offset
=
<
0x10
>;
size
=
<
2
>;
overlap
;
};
};
};