VGV7510KW22NOR.dts 534 B

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