VGV7519BRN.dts 570 B

123456789101112131415161718192021222324252627282930313233
  1. /dts-v1/;
  2. /include/ "VGV7519.dtsi"
  3. / {
  4. fpi@10000000 {
  5. localbus@0 {
  6. nor-flash@0 {
  7. compatible = "lantiq,nor", "cfi-flash";
  8. bank-width = <2>;
  9. reg = <0 0x0 0x800000>, <1 0x800000 0x800000>;
  10. #address-cells = <1>;
  11. #size-cells = <1>;
  12. partition@40000 {
  13. label = "board_config";
  14. reg = <0x40000 0x10000>;
  15. read-only;
  16. };
  17. partition@80000 {
  18. label = "firmware";
  19. reg = <0x80000 0x780000>;
  20. read-only;
  21. };
  22. partition@880000 {
  23. label = "rootfs_data";
  24. reg = <0x880000 0x780000>;
  25. };
  26. };
  27. };
  28. };
  29. };