FRITZ3370-REV2-HYNIX.dts 691 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /dts-v1/;
  2. #include "FRITZ3370-REV2.dtsi"
  3. / {
  4. compatible = "avm,fritz3370-rev2-hynix", "avm,fritz3370-rev2", "lantiq,xway", "lantiq,vr9";
  5. model = "AVM FRITZ!Box 3370 Rev. 2 (Hynix 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 = "soft";
  15. nand-ecc-strength = <3>;
  16. nand-ecc-step-size = <256>;
  17. partitions {
  18. compatible = "fixed-partitions";
  19. #address-cells = <1>;
  20. #size-cells = <1>;
  21. partition@0 {
  22. label = "kernel";
  23. reg = <0x0 0x400000>;
  24. };
  25. partition@400000 {
  26. label = "ubi";
  27. reg = <0x400000 0x7c00000>;
  28. };
  29. };
  30. };
  31. };