Neha Malcom Francis | 5f5f0a6 | 2023-07-22 00:14:25 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | /dts-v1/; | ||||
4 | |||||
5 | / { | ||||
6 | #address-cells = <1>; | ||||
7 | #size-cells = <1>; | ||||
8 | |||||
9 | binman { | ||||
10 | ti-secure { | ||||
11 | content = <&unsecure_binary>; | ||||
12 | }; | ||||
13 | unsecure_binary: blob-ext { | ||||
14 | filename = "ti_unsecure.bin"; | ||||
15 | }; | ||||
16 | }; | ||||
17 | }; |