~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: bf872739bc13307119d18dd6858e1855678b2ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-License-Identifier: GPL-2.0+

/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		ti-secure-rom {
			content = <&unsecure_binary>;
			content-sbl = <&unsecure_binary>;
			content-sysfw = <&unsecure_binary>;
			content-sysfw-data = <&unsecure_binary>;
			content-sysfw-inner-cert = <&unsecure_binary>;
			content-dm-data = <&unsecure_binary>;
			combined;
			sysfw-inner-cert;
			dm-data;
		};
		unsecure_binary: blob-ext {
			filename = "ti_unsecure.bin";
		};
	};
};