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

/dts-v1/;

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

	binman {
		x509-cert {
			cert-ca = "IOT2050 Firmware Signature";
			cert-revision-int = <0>;
			content = <&u_boot>;
		};

		u_boot: u-boot {
		};
	};
};