VGV7510KW22NOR.dts 510 B

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