omap3-igep0020.dts 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /*
  2. * Device Tree Source for IGEPv2 board
  3. *
  4. * Copyright (C) 2012 Javier Martinez Canillas <javier@collabora.co.uk>
  5. * Copyright (C) 2012 Enric Balletbo i Serra <eballetbo@gmail.com>
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. #include "omap3-igep.dtsi"
  12. / {
  13. model = "IGEPv2";
  14. compatible = "isee,omap3-igep0020", "ti,omap3";
  15. leds {
  16. compatible = "gpio-leds";
  17. boot {
  18. label = "omap3:green:boot";
  19. gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
  20. default-state = "on";
  21. };
  22. user0 {
  23. label = "omap3:red:user0";
  24. gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;
  25. default-state = "off";
  26. };
  27. user1 {
  28. label = "omap3:red:user1";
  29. gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
  30. default-state = "off";
  31. };
  32. user2 {
  33. label = "omap3:green:user1";
  34. gpios = <&twl_gpio 19 GPIO_ACTIVE_LOW>;
  35. };
  36. };
  37. vddvario: regulator-vddvario {
  38. compatible = "regulator-fixed";
  39. regulator-name = "vddvario";
  40. regulator-always-on;
  41. };
  42. vdd33a: regulator-vdd33a {
  43. compatible = "regulator-fixed";
  44. regulator-name = "vdd33a";
  45. regulator-always-on;
  46. };
  47. };
  48. &i2c3 {
  49. clock-frequency = <100000>;
  50. /*
  51. * Display monitor features are burnt in the EEPROM
  52. * as EDID data.
  53. */
  54. eeprom@50 {
  55. compatible = "ti,eeprom";
  56. reg = <0x50>;
  57. };
  58. };
  59. &gpmc {
  60. ranges = <0 0 0x00000000 0x20000000>,
  61. <5 0 0x2c000000 0x01000000>;
  62. nand@0,0 {
  63. linux,mtd-name= "micron,mt29c4g96maz";
  64. reg = <0 0 0>;
  65. nand-bus-width = <16>;
  66. ti,nand-ecc-opt = "bch8";
  67. gpmc,sync-clk-ps = <0>;
  68. gpmc,cs-on-ns = <0>;
  69. gpmc,cs-rd-off-ns = <44>;
  70. gpmc,cs-wr-off-ns = <44>;
  71. gpmc,adv-on-ns = <6>;
  72. gpmc,adv-rd-off-ns = <34>;
  73. gpmc,adv-wr-off-ns = <44>;
  74. gpmc,we-off-ns = <40>;
  75. gpmc,oe-off-ns = <54>;
  76. gpmc,access-ns = <64>;
  77. gpmc,rd-cycle-ns = <82>;
  78. gpmc,wr-cycle-ns = <82>;
  79. gpmc,wr-access-ns = <40>;
  80. gpmc,wr-data-mux-bus-ns = <0>;
  81. #address-cells = <1>;
  82. #size-cells = <1>;
  83. partition@0 {
  84. label = "SPL";
  85. reg = <0 0x100000>;
  86. };
  87. partition@0x80000 {
  88. label = "U-Boot";
  89. reg = <0x100000 0x180000>;
  90. };
  91. partition@0x1c0000 {
  92. label = "Environment";
  93. reg = <0x280000 0x100000>;
  94. };
  95. partition@0x280000 {
  96. label = "Kernel";
  97. reg = <0x380000 0x300000>;
  98. };
  99. partition@0x780000 {
  100. label = "Filesystem";
  101. reg = <0x680000 0x1f980000>;
  102. };
  103. };
  104. ethernet@5,0 {
  105. pinctrl-names = "default";
  106. pinctrl-0 = <&smsc911x_pins>;
  107. compatible = "smsc,lan9221", "smsc,lan9115";
  108. reg = <5 0 0xff>;
  109. bank-width = <2>;
  110. gpmc,mux-add-data;
  111. gpmc,cs-on-ns = <0>;
  112. gpmc,cs-rd-off-ns = <186>;
  113. gpmc,cs-wr-off-ns = <186>;
  114. gpmc,adv-on-ns = <12>;
  115. gpmc,adv-rd-off-ns = <48>;
  116. gpmc,adv-wr-off-ns = <48>;
  117. gpmc,oe-on-ns = <54>;
  118. gpmc,oe-off-ns = <168>;
  119. gpmc,we-on-ns = <54>;
  120. gpmc,we-off-ns = <168>;
  121. gpmc,rd-cycle-ns = <186>;
  122. gpmc,wr-cycle-ns = <186>;
  123. gpmc,access-ns = <114>;
  124. gpmc,page-burst-access-ns = <6>;
  125. gpmc,bus-turnaround-ns = <12>;
  126. gpmc,cycle2cycle-delay-ns = <18>;
  127. gpmc,wr-data-mux-bus-ns = <90>;
  128. gpmc,wr-access-ns = <186>;
  129. gpmc,cycle2cycle-samecsen;
  130. gpmc,cycle2cycle-diffcsen;
  131. interrupt-parent = <&gpio6>;
  132. interrupts = <16 8>;
  133. vmmc-supply = <&vddvario>;
  134. vmmc_aux-supply = <&vdd33a>;
  135. reg-io-width = <4>;
  136. smsc,save-mac-address;
  137. };
  138. };