nyan-big.its 699 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /dts-v1/;
  2. / {
  3. description = "U-Boot mainline";
  4. #address-cells = <1>;
  5. images {
  6. kernel {
  7. description = "U-Boot mainline ";
  8. type = "kernel_noload";
  9. arch = "arm";
  10. os = "linux";
  11. data = /incbin/("../.././b/nyan-big/u-boot.bin");
  12. compression = "none";
  13. load = <0>;
  14. entry = <0>;
  15. hash-2 {
  16. algo = "sha1";
  17. };
  18. };
  19. fdt-1{
  20. description = "tegra124-nyan-big.dtb";
  21. data = /incbin/("../.././b/nyan-big/u-boot.dtb");
  22. type = "flat_dt";
  23. arch = "arm";
  24. compression = "none";
  25. hash-1{
  26. algo = "sha1";
  27. };
  28. };
  29. };
  30. configurations {
  31. default = "config-1";
  32. config-1 {
  33. description = "Boot U-Boot";
  34. kernel = "kernel";
  35. fdt = "fdt-1";
  36. };
  37. };
  38. };