143_replace_all.dts 317 B

12345678910111213141516171819202122232425262728
  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. allow-repack;
  9. u-boot {
  10. };
  11. fdtmap {
  12. };
  13. u-boot2 {
  14. type = "u-boot";
  15. };
  16. text {
  17. text = "some text";
  18. };
  19. u-boot-dtb {
  20. };
  21. image-header {
  22. location = "end";
  23. };
  24. };
  25. };