summaryrefslogtreecommitdiff
path: root/tools/binman/test/06_dual_image.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/06_dual_image.dts')
-rw-r--r--tools/binman/test/06_dual_image.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/binman/test/06_dual_image.dts b/tools/binman/test/06_dual_image.dts
new file mode 100644
index 0000000000..78be16f164
--- /dev/null
+++ b/tools/binman/test/06_dual_image.dts
@@ -0,0 +1,22 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ multiple-images;
+ image1 {
+ u-boot {
+ };
+ };
+
+ image2 {
+ pad-before = <3>;
+ pad-after = <5>;
+
+ u-boot {
+ };
+ };
+ };
+};