summaryrefslogtreecommitdiff
path: root/tools/binman/test/53_symbols.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/53_symbols.dts')
-rw-r--r--tools/binman/test/53_symbols.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/binman/test/53_symbols.dts b/tools/binman/test/53_symbols.dts
new file mode 100644
index 0000000000..980b066eb2
--- /dev/null
+++ b/tools/binman/test/53_symbols.dts
@@ -0,0 +1,20 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ pad-byte = <0xff>;
+ u-boot-spl {
+ };
+
+ u-boot {
+ pos = <20>;
+ };
+
+ u-boot-spl2 {
+ type = "u-boot-spl";
+ };
+ };
+};