summaryrefslogtreecommitdiff
path: root/tools/binman/test/48_x86-start16-spl.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/48_x86-start16-spl.dts')
-rw-r--r--tools/binman/test/48_x86-start16-spl.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/binman/test/48_x86-start16-spl.dts b/tools/binman/test/48_x86-start16-spl.dts
new file mode 100644
index 0000000000..e2009f15f0
--- /dev/null
+++ b/tools/binman/test/48_x86-start16-spl.dts
@@ -0,0 +1,13 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ size = <16>;
+
+ x86-start16-spl {
+ };
+ };
+};