EASY80920NAND.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /dts-v1/;
  2. #include "EASY80920.dtsi"
  3. / {
  4. model = "EASY80920NAND - Intel EASY80920 Nand";
  5. chosen {
  6. bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";
  7. };
  8. fpi@10000000 {
  9. localbus@0 {
  10. ranges = <0 0 0x4000000 0x3ffffff>;
  11. nand-parts@0 {
  12. compatible = "gen_nand", "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. };
  53. };
  54. };