Sign in
coral
/
u-boot-mtk
/
24ea6c01aef1302d0ccb0150883bda7668944667
/
.
/
tools
/
binman
/
test
/
039_x86_ucode_missing_node2.dts
blob: 10ac086d5493b3593d8989d2c53f27459693f9d1 [
file
] [
log
] [
blame
]
/dts-v1/
;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
sort
-
by
-
offset
;
end
-
at
-
4gb
;
size
=
<
0x200
>;
u
-
boot
-
with
-
ucode
-
ptr
{
};
};
microcode
{
update@0
{
data
=
<
0x12345678
0x12345679
>;
};
update@1
{
data
=
<
0xabcd0000
0x78235609
>;
};
};
};