summaryrefslogtreecommitdiff
path: root/tools/binman/test/23_blob.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/23_blob.dts')
-rw-r--r--tools/binman/test/23_blob.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/binman/test/23_blob.dts b/tools/binman/test/23_blob.dts
new file mode 100644
index 0000000..7dcff69
--- /dev/null
+++ b/tools/binman/test/23_blob.dts
@@ -0,0 +1,12 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ blob {
+ filename = "blobfile";
+ };
+ };
+};