VGV7519NOR.dts 742 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /dts-v1/;
  2. /include/ "VGV7519.dtsi"
  3. / {
  4. fpi@10000000 {
  5. localbus@0 {
  6. nor-boot@0 {
  7. compatible = "lantiq,nor";
  8. bank-width = <2>;
  9. reg = <0 0x0 0x800000>, <1 0x800000 0x800000>;
  10. #address-cells = <1>;
  11. #size-cells = <1>;
  12. partition@0 {
  13. label = "uboot";
  14. reg = <0x00000 0x40000>;
  15. };
  16. partition@40000 {
  17. label = "board_config";
  18. reg = <0x40000 0x10000>;
  19. read-only;
  20. };
  21. partition@60000 {
  22. label = "uboot_env";
  23. reg = <0x60000 0x10000>;
  24. };
  25. partition@80000 {
  26. label = "firmware";
  27. reg = <0x80000 0xf80000>;
  28. // 0x080000 - 0x01b0000 : kernel
  29. // 0x1b0000 - 0x1000000 : rootfs (squashfs)
  30. // 0x390000 - 0x1000000 : rootfs_data
  31. };
  32. };
  33. };
  34. };
  35. };