VGV7510KW22NOR.dts 469 B

123456789101112131415161718192021222324252627282930
  1. /dts-v1/;
  2. /include/ "VGV7510KW22.dtsi"
  3. / {
  4. fpi@10000000 {
  5. localbus@0 {
  6. nor-boot@0 {
  7. partitions {
  8. partition@0 {
  9. label = "uboot";
  10. reg = <0x0 0x60000>; /* 384 KiB */
  11. read-only;
  12. };
  13. partition@60000 {
  14. label = "uboot-env";
  15. reg = <0x60000 0x20000>; /* 128 KiB */
  16. read-only;
  17. };
  18. partition@80000 {
  19. label = "firmware";
  20. reg = <0x80000 0xf60000>; /* 15744 KiB */
  21. };
  22. };
  23. };
  24. };
  25. };
  26. };