VGV7519NOR.dts 467 B

12345678910111213141516171819202122232425262728293031
  1. /dts-v1/;
  2. #include "VGV7519.dtsi"
  3. / {
  4. model = "VGV7519NOR - KPN Experiabox V8";
  5. fpi@10000000 {
  6. localbus@0 {
  7. nor-boot@0 {
  8. partitions {
  9. partition@0 {
  10. label = "uboot";
  11. reg = <0x00000 0x40000>;
  12. read-only;
  13. };
  14. partition@60000 {
  15. label = "uboot_env";
  16. reg = <0x60000 0x10000>;
  17. read-only;
  18. };
  19. partition@80000 {
  20. label = "firmware";
  21. reg = <0x80000 0xf80000>;
  22. };
  23. };
  24. };
  25. };
  26. };
  27. };