summaryrefslogtreecommitdiff
path: root/tools/binman/test/246_collection_other.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/246_collection_other.dts')
-rw-r--r--tools/binman/test/246_collection_other.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/binman/test/246_collection_other.dts b/tools/binman/test/246_collection_other.dts
new file mode 100644
index 0000000000..09de20e5bc
--- /dev/null
+++ b/tools/binman/test/246_collection_other.dts
@@ -0,0 +1,29 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ collection {
+ content = <&u_boot_nodtb &dtb>;
+ };
+ section {
+ fill {
+ size = <2>;
+ fill-byte = [ff];
+ };
+ u_boot_nodtb: u-boot-nodtb {
+ };
+ fill2 {
+ type = "fill";
+ size = <3>;
+ fill-byte = [fe];
+ };
+ };
+ dtb: u-boot-dtb {
+ };
+ };
+};