FRITZ3370-REV2-MICRON.dts 638 B

123456789101112131415161718192021222324252627282930313233343536
  1. /dts-v1/;
  2. #include "FRITZ3370-REV2.dtsi"
  3. / {
  4. compatible = "avm,fritz3370-rev2-micron", "avm,fritz3370-rev2", "lantiq,xway", "lantiq,vr9";
  5. model = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)";
  6. };
  7. &localbus {
  8. nand@1 {
  9. compatible = "lantiq,nand-xway";
  10. bank-width = <2>;
  11. reg = <1 0x0 0x2000000>;
  12. #address-cells = <1>;
  13. #size-cells = <1>;
  14. nand-ecc-mode = "on-die";
  15. partitions {
  16. compatible = "fixed-partitions";
  17. #address-cells = <1>;
  18. #size-cells = <1>;
  19. partition@0 {
  20. label = "kernel";
  21. reg = <0x0 0x400000>;
  22. };
  23. partition@400000 {
  24. label = "ubi";
  25. reg = <0x400000 0x7c00000>;
  26. };
  27. };
  28. };
  29. };