149_symbols_tpl.dts 277 B

123456789101112131415161718192021222324252627
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. pad-byte = <0xff>;
  7. u-boot-spl {
  8. offset = <4>;
  9. };
  10. u-boot-spl2 {
  11. offset = <0x1c>;
  12. type = "u-boot-spl";
  13. };
  14. u-boot {
  15. offset = <0x34>;
  16. };
  17. section {
  18. u-boot-tpl {
  19. };
  20. };
  21. };
  22. };