omap3-devkit8000.dts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /*
  2. * Author: Anil Kumar <anilk4.v@gmail.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 "omap34xx.dtsi"
  10. / {
  11. model = "TimLL OMAP3 Devkit8000";
  12. compatible = "timll,omap3-devkit8000", "ti,omap3";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x10000000>; /* 256 MB */
  16. };
  17. leds {
  18. compatible = "gpio-leds";
  19. heartbeat {
  20. label = "devkit8000::led1";
  21. gpios = <&gpio6 26 GPIO_ACTIVE_HIGH>; /* 186 -> LED1 */
  22. default-state = "on";
  23. linux,default-trigger = "heartbeat";
  24. };
  25. mmc {
  26. label = "devkit8000::led2";
  27. gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* 163 -> LED2 */
  28. default-state = "on";
  29. linux,default-trigger = "none";
  30. };
  31. usr {
  32. label = "devkit8000::led3";
  33. gpios = <&gpio6 4 GPIO_ACTIVE_HIGH>; /* 164 -> LED3 */
  34. default-state = "on";
  35. linux,default-trigger = "usr";
  36. };
  37. };
  38. sound {
  39. compatible = "ti,omap-twl4030";
  40. ti,model = "devkit8000";
  41. ti,mcbsp = <&mcbsp2>;
  42. ti,codec = <&twl_audio>;
  43. ti,audio-routing =
  44. "Ext Spk", "PREDRIVEL",
  45. "Ext Spk", "PREDRIVER",
  46. "MAINMIC", "Main Mic",
  47. "Main Mic", "Mic Bias 1";
  48. };
  49. };
  50. &i2c1 {
  51. clock-frequency = <2600000>;
  52. twl: twl@48 {
  53. reg = <0x48>;
  54. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  55. twl_audio: audio {
  56. compatible = "ti,twl4030-audio";
  57. codec {
  58. };
  59. };
  60. };
  61. };
  62. &i2c2 {
  63. status = "disabled";
  64. };
  65. &i2c3 {
  66. status = "disabled";
  67. };
  68. #include "twl4030.dtsi"
  69. #include "twl4030_omap3.dtsi"
  70. &mmc1 {
  71. vmmc-supply = <&vmmc1>;
  72. vmmc_aux-supply = <&vsim>;
  73. bus-width = <8>;
  74. };
  75. &mmc2 {
  76. status = "disabled";
  77. };
  78. &mmc3 {
  79. status = "disabled";
  80. };
  81. &wdt2 {
  82. status = "disabled";
  83. };
  84. &mcbsp1 {
  85. status = "disabled";
  86. };
  87. &mcbsp3 {
  88. status = "disabled";
  89. };
  90. &mcbsp4 {
  91. status = "disabled";
  92. };
  93. &mcbsp5 {
  94. status = "disabled";
  95. };
  96. &gpmc {
  97. ranges = <0 0 0x30000000 0x04>; /* CS0: NAND */
  98. nand@0,0 {
  99. reg = <0 0 0>; /* CS0, offset 0 */
  100. nand-bus-width = <16>;
  101. gpmc,device-nand;
  102. gpmc,sync-clki-ps = <0>;
  103. gpmc,cs-on-ns = <0>;
  104. gpmc,cs-rd-off-ns = <44>;
  105. gpmc,cs-wr-off-ns = <44>;
  106. gpmc,adv-on-ns = <6>;
  107. gpmc,adv-rd-off-ns = <34>;
  108. gpmc,adv-wr-off-ns = <44>;
  109. gpmc,we-off-ns = <40>;
  110. gpmc,oe-off-ns = <54>;
  111. gpmc,access-ns = <64>;
  112. gpmc,rd-cycle-ns = <82>;
  113. gpmc,wr-cycle-ns = <82>;
  114. gpmc,wr-access-ns = <40>;
  115. gpmc,wr-data-mux-bus-ns = <0>;
  116. #address-cells = <1>;
  117. #size-cells = <1>;
  118. x-loader@0 {
  119. label = "X-Loader";
  120. reg = <0 0x80000>;
  121. };
  122. bootloaders@80000 {
  123. label = "U-Boot";
  124. reg = <0x80000 0x1e0000>;
  125. };
  126. bootloaders_env@260000 {
  127. label = "U-Boot Env";
  128. reg = <0x260000 0x20000>;
  129. };
  130. kernel@280000 {
  131. label = "Kernel";
  132. reg = <0x280000 0x400000>;
  133. };
  134. filesystem@680000 {
  135. label = "File System";
  136. reg = <0x680000 0xf980000>;
  137. };
  138. };
  139. };