u-boot/tools/binman/test/268_null.dts

20 lines
200 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
pad-byte = <0xff>;
u-boot {
};
null {
size = <4>;
};
u-boot-img {
};
};
};