summaryrefslogtreecommitdiff
path: root/tools/binman/test/94_fmap_x86.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/94_fmap_x86.dts')
-rw-r--r--tools/binman/test/94_fmap_x86.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/binman/test/94_fmap_x86.dts b/tools/binman/test/94_fmap_x86.dts
new file mode 100644
index 0000000000..613c5dab42
--- /dev/null
+++ b/tools/binman/test/94_fmap_x86.dts
@@ -0,0 +1,20 @@
+// SPDX-License-Identifier: GPL-2.0+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ end-at-4gb;
+ size = <0x100>;
+ pad-byte = <0x61>;
+ u-boot {
+ };
+ intel-mrc {
+ };
+ fmap {
+ offset = <0xffffff20>;
+ };
+ };
+};