188_image_entryarg.dts 227 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. size = <0xc00>;
  8. u-boot {
  9. };
  10. cros-ec-rw {
  11. };
  12. fdtmap {
  13. };
  14. image-header {
  15. location = "end";
  16. };
  17. };
  18. };