omap4-sdp.dts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /*
  2. * Copyright (C) 2011 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/ "omap4.dtsi"
  10. / {
  11. model = "TI OMAP4 SDP board";
  12. compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x40000000>; /* 1 GB */
  16. };
  17. vdd_eth: fixedregulator@0 {
  18. compatible = "regulator-fixed";
  19. regulator-name = "VDD_ETH";
  20. regulator-min-microvolt = <3300000>;
  21. regulator-max-microvolt = <3300000>;
  22. gpio = <&gpio2 16 0>; /* gpio line 48 */
  23. enable-active-high;
  24. regulator-boot-on;
  25. };
  26. };
  27. &i2c1 {
  28. clock-frequency = <400000>;
  29. twl: twl@48 {
  30. reg = <0x48>;
  31. /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
  32. interrupts = <0 7 4>; /* IRQ_SYS_1N cascaded to gic */
  33. interrupt-parent = <&gic>;
  34. };
  35. };
  36. /include/ "twl6030.dtsi"
  37. &i2c2 {
  38. clock-frequency = <400000>;
  39. };
  40. &i2c3 {
  41. clock-frequency = <400000>;
  42. /*
  43. * Temperature Sensor
  44. * http://www.ti.com/lit/ds/symlink/tmp105.pdf
  45. */
  46. tmp105@48 {
  47. compatible = "ti,tmp105";
  48. reg = <0x48>;
  49. };
  50. /*
  51. * Ambient Light Sensor
  52. * http://www.rohm.com/products/databook/sensor/pdf/bh1780gli-e.pdf
  53. */
  54. bh1780@29 {
  55. compatible = "rohm,bh1780";
  56. reg = <0x29>;
  57. };
  58. };
  59. &i2c4 {
  60. clock-frequency = <400000>;
  61. /*
  62. * 3-Axis Digital Compass
  63. * http://www.sparkfun.com/datasheets/Sensors/Magneto/HMC5843.pdf
  64. */
  65. hmc5843@1e {
  66. compatible = "honeywell,hmc5843";
  67. reg = <0x1e>;
  68. };
  69. };
  70. &mcspi1 {
  71. eth@0 {
  72. compatible = "ks8851";
  73. spi-max-frequency = <24000000>;
  74. reg = <0>;
  75. interrupt-parent = <&gpio2>;
  76. interrupts = <2>; /* gpio line 34 */
  77. vdd-supply = <&vdd_eth>;
  78. };
  79. };
  80. &mmc1 {
  81. vmmc-supply = <&vmmc>;
  82. bus-width = <8>;
  83. };
  84. &mmc2 {
  85. vmmc-supply = <&vaux1>;
  86. bus-width = <8>;
  87. ti,non-removable;
  88. };
  89. &mmc3 {
  90. status = "disable";
  91. };
  92. &mmc4 {
  93. status = "disable";
  94. };
  95. &mmc5 {
  96. bus-width = <4>;
  97. ti,non-removable;
  98. };