omap3430-sdp.dts 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*
  2. * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /dts-v1/;
  9. /include/ "omap3.dtsi"
  10. / {
  11. model = "TI OMAP3430 SDP";
  12. compatible = "ti,omap3430-sdp", "ti,omap3";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x10000000>; /* 256 MB */
  16. };
  17. };
  18. &i2c1 {
  19. clock-frequency = <2600000>;
  20. twl: twl@48 {
  21. reg = <0x48>;
  22. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  23. };
  24. };
  25. /include/ "twl4030.dtsi"
  26. &mmc1 {
  27. vmmc-supply = <&vmmc1>;
  28. vmmc_aux-supply = <&vsim>;
  29. bus-width = <8>;
  30. };
  31. &mmc2 {
  32. status = "disabled";
  33. };
  34. &mmc3 {
  35. status = "disabled";
  36. };
  37. &gpmc {
  38. ranges = <1 0 0x28000000 0x08000000>,
  39. <2 0 0x20000000 0x10000000>;
  40. nand@1,0 {
  41. linux,mtd-name= "micron,mt29f1g08abb";
  42. #address-cells = <1>;
  43. #size-cells = <1>;
  44. reg = <1 0 0x08000000>;
  45. nand-bus-width = <8>;
  46. ti,nand-ecc-opt = "sw";
  47. gpmc,device-nand;
  48. gpmc,cs-on = <0>;
  49. gpmc,cs-rd-off = <36>;
  50. gpmc,cs-wr-off = <36>;
  51. gpmc,adv-on = <6>;
  52. gpmc,adv-rd-off = <24>;
  53. gpmc,adv-wr-off = <36>;
  54. gpmc,oe-on = <6>;
  55. gpmc,oe-off = <48>;
  56. gpmc,we-on = <6>;
  57. gpmc,we-off = <30>;
  58. gpmc,rd-cycle = <72>;
  59. gpmc,wr-cycle = <72>;
  60. gpmc,access = <54>;
  61. gpmc,wr-access = <30>;
  62. partition@0 {
  63. label = "xloader-nand";
  64. reg = <0 0x80000>;
  65. };
  66. partition@0x80000 {
  67. label = "bootloader-nand";
  68. reg = <0x80000 0x140000>;
  69. };
  70. partition@0x1c0000 {
  71. label = "params-nand";
  72. reg = <0x1c0000 0xc0000>;
  73. };
  74. partition@0x280000 {
  75. label = "kernel-nand";
  76. reg = <0x280000 0x500000>;
  77. };
  78. partition@0x780000 {
  79. label = "filesystem-nand";
  80. reg = <0x780000 0x7880000>;
  81. };
  82. };
  83. onenand@2,0 {
  84. linux,mtd-name= "samsung,kfm2g16q2m-deb8";
  85. #address-cells = <1>;
  86. #size-cells = <1>;
  87. reg = <2 0 0x10000000>;
  88. gpmc,device-width = <2>;
  89. gpmc,mux-add-data = <2>;
  90. gpmc,cs-on = <0>;
  91. gpmc,cs-rd-off = <84>;
  92. gpmc,cs-wr-off = <72>;
  93. gpmc,adv-on = <0>;
  94. gpmc,adv-rd-off = <18>;
  95. gpmc,adv-wr-off = <18>;
  96. gpmc,oe-on = <30>;
  97. gpmc,oe-off = <84>;
  98. gpmc,we-on = <0>;
  99. gpmc,we-off = <42>;
  100. gpmc,rd-cycle = <108>;
  101. gpmc,wr-cycle = <96>;
  102. gpmc,access = <78>;
  103. gpmc,wr-data-mux-bus = <30>;
  104. partition@0 {
  105. label = "xloader-onenand";
  106. reg = <0 0x80000>;
  107. };
  108. partition@0x80000 {
  109. label = "bootloader-onenand";
  110. reg = <0x80000 0x40000>;
  111. };
  112. partition@0xc0000 {
  113. label = "params-onenand";
  114. reg = <0xc0000 0x20000>;
  115. };
  116. partition@0xe0000 {
  117. label = "kernel-onenand";
  118. reg = <0xe0000 0x200000>;
  119. };
  120. partition@0x2e0000 {
  121. label = "filesystem-onenand";
  122. reg = <0x2e0000 0xfd20000>;
  123. };
  124. };
  125. };