summaryrefslogtreecommitdiff
path: root/tools/binman/test/279_x509_cert.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/279_x509_cert.dts')
-rw-r--r--tools/binman/test/279_x509_cert.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/binman/test/279_x509_cert.dts b/tools/binman/test/279_x509_cert.dts
new file mode 100644
index 00000000000..71238172717
--- /dev/null
+++ b/tools/binman/test/279_x509_cert.dts
@@ -0,0 +1,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 {
+ };
+ };
+};