aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/tools/binman/test/026_pack_u_boot_dtb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/tools/binman/test/026_pack_u_boot_dtb.dts')
-rw-r--r--roms/u-boot/tools/binman/test/026_pack_u_boot_dtb.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/026_pack_u_boot_dtb.dts b/roms/u-boot/tools/binman/test/026_pack_u_boot_dtb.dts
new file mode 100644
index 000000000..2707a7347
--- /dev/null
+++ b/roms/u-boot/tools/binman/test/026_pack_u_boot_dtb.dts
@@ -0,0 +1,14 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ u-boot-nodtb {
+ };
+
+ u-boot-dtb {
+ };
+ };
+};