125_cbfs_update.dts 260 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. cbfs {
  8. size = <0x100>;
  9. u-boot {
  10. cbfs-type = "raw";
  11. cbfs-compress = "lz4";
  12. };
  13. u-boot-dtb {
  14. cbfs-type = "raw";
  15. };
  16. };
  17. };
  18. };