EASY80920NAND.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /dts-v1/;
  2. #include "EASY80920.dtsi"
  3. / {
  4. compatible = "lantiq,easy80920-nand", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
  5. model = "Intel EASY80920 Nand";
  6. chosen {
  7. bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";
  8. };
  9. };
  10. &localbus {
  11. nand@0 {
  12. compatible = "lantiq,nand-xway";
  13. lantiq,cs = <1>;
  14. bank-width = <2>;
  15. reg = <0 0x0 0x2000000>;
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. partitions {
  19. compatible = "fixed-partitions";
  20. #address-cells = <1>;
  21. #size-cells = <1>;
  22. partition@0 {
  23. label = "uboot";
  24. reg = <0x00000 0x100000>; /* 1024 KB */
  25. };
  26. partition@100000 {
  27. label = "uboot_env";
  28. reg = <0x100000 0x40000>; /* 256 KB */
  29. };
  30. partition@140000 {
  31. label = "ubootconfigB";
  32. reg = <0x140000 0x40000>; /* 256 KB */
  33. };
  34. partition@180000 {
  35. label = "gphyfirmware";
  36. reg = <0x180000 0x40000>; /* 256 KB */
  37. };
  38. partition@1c0000 {
  39. label = "ubi";
  40. reg = <0x1c0000 0xc800000>;
  41. };
  42. partition@c9c0000 {
  43. label = "calibration";
  44. reg = <0xc9c0000 0x100000>;
  45. };
  46. partition@cac0000 {
  47. label = "res";
  48. reg = <0xcac0000 0x13540000>;
  49. };
  50. };
  51. };
  52. };