diff options
Diffstat (limited to 'tools/binman/test/005_simple.dts')
-rw-r--r-- | tools/binman/test/005_simple.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/binman/test/005_simple.dts b/tools/binman/test/005_simple.dts new file mode 100644 index 0000000000..3771aa2261 --- /dev/null +++ b/tools/binman/test/005_simple.dts @@ -0,0 +1,11 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + u-boot { + }; + }; +}; |