Sign in
coral
/
uboot-imx
/
0ecd437b018bf08c8d5765d4ec5d2154b07652af
/
.
/
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
>;
};
};
};