VGV7519NOR.dts 390 B

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