summaryrefslogtreecommitdiff
path: root/tools/binman/test/240_mkimage_coll.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/240_mkimage_coll.dts')
-rw-r--r--tools/binman/test/240_mkimage_coll.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/binman/test/240_mkimage_coll.dts b/tools/binman/test/240_mkimage_coll.dts
new file mode 100644
index 0000000000..3086011886
--- /dev/null
+++ b/tools/binman/test/240_mkimage_coll.dts
@@ -0,0 +1,27 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ collection {
+ content = <&spl &u_boot>;
+ };
+ mkimage {
+ args = "-T script";
+
+ spl: u-boot-spl {
+ };
+
+ imagename {
+ type = "section";
+
+ u_boot: u-boot {
+ };
+ };
+ };
+ };
+};