1139790Simp// SPDX-License-Identifier: GPL-2.0+
2738Sache
34Srgrimes/dts-v1/;
4738Sache
5738Sache/ {
6106323Smdodd	#address-cells = <1>;
74Srgrimes	#size-cells = <1>;
84Srgrimes
9115703Sobrien	binman {
10115703Sobrien		ti-secure {
11115703Sobrien			content = <&unsecure_binary>;
122056Swollman			auth-in-place = <0xa02>;
132056Swollman
1461994Smsmith			firewall-0-2 {
152056Swollman				// id = <0>;
1661994Smsmith				// region = <2>;
172056Swollman				control = <0x31a>;
1812675Sjulian				permissions = <0xc3ffff>;
1952843Sphk				start_address = <0x0 0x9e800000>;
2060038Sphk				end_address = <0x0 0x9fffffff>;
2161994Smsmith			};
227090Sbde
23146211Snyan		};
24146211Snyan		unsecure_binary: blob-ext {
25152306Sru			filename = "ti_unsecure.bin";
264Srgrimes		};
2712675Sjulian	};
2812675Sjulian};
2912675Sjulian