1// SPDX-License-Identifier: GPL-2.0+ 2 3/dts-v1/; 4 5/ { 6 #address-cells = <1>; 7 #size-cells = <1>; 8 9 binman { 10 u-boot-dtb { 11 }; 12 13 mkimage { 14 args = "-n test -T script"; 15 16 u-boot-spl { 17 }; 18 19 u-boot-spl2 { 20 type = "u-boot-spl"; 21 }; 22 }; 23 24 u-boot { 25 }; 26 }; 27}; 28