1// SPDX-License-Identifier: GPL-2.0+ 2/dts-v1/; 3 4/ { 5 binman { 6 section { 7 size = <0x30>; 8 compress = "lz4"; 9 pad-byte = <0xff>; 10 blob { 11 filename = "compress"; 12 }; 13 14 u-boot { 15 }; 16 }; 17 }; 18}; 19