EASY80920NAND.dts 1.2 KB

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