Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
14e93429c4d0870ad02b3e0ac4bfbed16b705a42
/
.
/
tools
/
binman
/
test
/
297_ti_secure_rom.dts
blob: 1a3eca94255940c13e9f48b6cfed951994cd8fbd [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
ti
-
secure
-
rom
{
content
=
<&
unsecure_binary
>;
core
-
opts
=
<
2
>;
};
unsecure_binary
:
blob
-
ext
{
filename
=
"ti_unsecure.bin"
;
};
};
};